Makes a warning go away when running fts-replacement.pl, but may have...
[transitory.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Storage / Driver / Pg / QueryParser.pm
2012-05-21 Lebbeous Fogle-WeekleyMakes a warning go away when running fts-replacement...
2012-05-21 Dan ScottFix typo in TEST_SETUP for QueryParser.pm
2012-05-21 Dan ScottQueryParser: comma-delimit multiple WITH clauses
2012-05-21 Bill EricksonQP support for nested WITH construction
2012-05-17 Dan ScottOptimize full text search with a CTE
2012-04-13 Dan ScottAdd pref_ou query filter for preferred library searching
2012-03-11 Bill EricksonCopy Location Search Groups : location_groups() QP...
2012-02-24 Mike RylanderCorrectly quote regexp-y characters in phrase quoting...
2011-11-14 Dan ScottCreate a search_normalize() variant of naco_normalize()
2011-10-25 Mike RylanderProvide a QP modifier for sorting NULLS FIRST in the...
2011-09-06 Bill EricksonRepaired field name thinko for config.record_attr_index...
2011-08-24 Mike RylanderProtect against div-by-0 for negated words
2011-08-24 Mike RylanderTrack count of dummy atoms and use a NULL tsquery when...
2011-08-24 Mike RylanderUse unphrases in SQL generation
2011-08-03 Lebbeous Fogle-WeekleyCast needed
2011-08-03 Mike RylanderQuote container id param for safety
2011-08-02 Lebbeous Fogle-WeekleyFixed some syntax errors, but getting no results when...
2011-08-02 Mike RylanderActually JOIN the VALUES list; syntax copy/paste-o...
2011-08-02 Mike RylanderAdd cointainer() and record_list() filters to QueryParser
2011-08-02 Mike RylanderActually JOIN the VALUES list; syntax copy/paste-o...
2011-07-22 Mike RylanderAdd cointainer() and record_list() filters to QueryParser
2011-06-13 Dan ScottPrevent uninit var warnings in QueryParser.pm
2011-04-22 mikeraddress the empty-query case
2011-04-20 mikerAdd support for facet and filter negation via "-" prefix
2011-04-18 mikerImprovements to search tuning
2011-04-01 dbwellsBetter search normalization de-duping when 'params...
2011-03-22 dbwellsHonor the 'active' flag in QueryParser.pm for search...
2011-03-07 mikerThese are now magic filters. Thanks, SVF!
2011-03-07 mikerOnly generate ORed filters if there are some to use
2011-03-07 mikermore SVF filter cleanup
2011-03-07 mikerGeneral testing-based cleanup of the new SVF QueryParse...
2011-03-07 mikerWorking towards SVF. This is most of phase 1, which...
2011-01-31 dbsMake Evergreen Perl modules installable via Module...