]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm
break facets out to a separate table for speed
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Storage / Driver / Pg / QueryParser.pm
2010-07-11 mikerbreak facets out to a separate table for speed
2010-05-21 mikerremove errant tsearch joiners if the normalizers are...
2010-05-06 mikeradd explicit nesting parens in SQL; protect against...
2010-05-04 mikerrepair SQL generation for ORed queries
2010-03-27 mikerset an upper limit using the same value as the per...
2010-03-27 mikersafer date1 number sanitization
2010-03-27 mikermore backward compat for staged search -> QueryParser...
2010-03-26 mikeradd support for an XPath expression to pull out just...
2010-03-26 mikerindex facets non-globbed, and only index the value...
2010-03-26 mikeradd alias mapping table and QueryParser support --...
2010-03-24 mikerprovide indexes for the new faceting code
2010-03-24 mikerplan stability through casting for plpgsql; improve...
2010-03-24 mikersupport facet-only "search" Open-ILS/src/perlmods/OpenI...
2010-03-24 mikerconditionally quote strings that start with numbers...
2010-03-24 mikersplit search/fact metadata; add facet syntax
2010-03-23 mikerswitching to the query parser ... truncation support!
2010-03-21 mikermake #metabib an alias for #metarecord
2010-03-21 mikerremove OFFSET/LIMIT -- do that inside the stored proc...
2010-03-21 mikeradd phrase cross-checking
2010-03-19 mikeradd support for pub date filters; add superpage-related...
2010-03-18 mikersupport * as a truncation operator in FTS. NOTE: this...
2010-03-12 mikerget the new query parser into the repo