]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm
LP1615805 No inputs after submit in patron search (AngularJS)
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Storage / Driver / Pg / QueryParser.pm
2011-01-31 senatorMerge branch 'opac-tt-poc' of ssh://senator@yeti.esilib...
2011-01-31 Bill EricksonMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-01-31 dbsMake Evergreen Perl modules installable via Module...
2010-10-29 gmcadjust quoting of phrase searches
2010-10-08 gmcdo not apply superpage limit inside bib search joins
2010-10-02 mikerputting back the NUMERIC cast, it is needed
2010-10-02 mikerMassive search core-query speed improvement.
2010-09-27 mikermake pubdate sorting on search faster by pre-munging...
2010-09-16 gmcremove internal limit with queries on facets
2010-08-11 mikerUse a COALESCE/NULLIF nested structure instead of CASE...
2010-07-15 gmcbug 605921: fix bib search hang on queries like "title...
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