Summary: | [NEW PORT] textproc/p5-Search-QueryParser-SQL: Turn free-text queries into SQL WHERE clauses | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jeremy Baggs <jbaggs2016> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | jbaggs2016, ports-bugs | ||||
Priority: | --- | Keywords: | feature, needs-qa, patch | ||||
Version: | Latest | Flags: | miwi:
maintainer-feedback?
(jbaggs2016) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Take. Hi, I think database would be the better categorie. What do you think? Tough call. The only perl parser module currently under database is "p5-RedisDB-Parser", but I can understand the motivation. Feel free to move it if you think it makes more sense. Is this still waiting on input? I keep getting notices. I personally think it should stay in textproc, but if you feel Databases is more apropriate then I am fine with that, just to get the code into the tree at this point. A commit references this bug: Author: miwi Date: Tue Feb 23 11:11:13 UTC 2016 New revision: 409421 URL: https://svnweb.freebsd.org/changeset/ports/409421 Log: Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat your database like a free-text search index, when it really isn't. WWW: http://search.cpan.org/dist/Search-QueryParser-SQL/ PR: 204066 Submitted by: jeremybbaggs@gmail.com Changes: head/textproc/Makefile head/textproc/p5-Search-QueryParser-SQL/ head/textproc/p5-Search-QueryParser-SQL/Makefile head/textproc/p5-Search-QueryParser-SQL/distinfo head/textproc/p5-Search-QueryParser-SQL/pkg-descr head/textproc/p5-Search-QueryParser-SQL/pkg-plist |
Created attachment 162506 [details] shar file Perl Module. Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat your database like a free-text search index, when it really isn't.