LP2008252: Fix report output access when Shibboleth is enabled
[evergreen-equinox.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Storage / QueryParser.pm
2023-05-17 Mike RylanderAllow QP tester to run without a full stack in simple...
2023-05-17 Mike RylanderLP#1775958: Rework pullup mechanism to flatten more...
2018-02-28 Mike RylanderLP#1744385: Search and Result Display improvements
2017-02-09 Mike RylanderLP1281280: Improve query tree compression
2017-02-09 Mike RylanderLP1281280: Implement adjacent-node pull-up optimization
2017-02-09 Mike RylanderLP#1005040: implement business logic
2015-10-24 Galen CharltonLP#1509479: set a limit on loops in QP's decompose...
2015-10-24 Galen CharltonLP#1509479: fix infinite loop bug in QueryParser
2013-11-26 Mike RylanderFix boolean lists; Better atom regex; Caching
2013-02-15 Thomas BerezanskyUse ][ instead of # to split facets
2013-02-15 Thomas BerezanskyQueryParser: Expand negate and disallow operators
2013-02-15 Thomas BerezanskyQueryParser: Add negate operator
2013-02-15 Thomas BerezanskyQueryParser: Treat Unphrases as negated phrases
2013-02-15 Thomas BerezanskyQueryParser: Protect phrase parsing
2013-02-15 Mike RylanderConvert negated words to unphrases, like we do with...
2013-02-15 Mike RylanderLots ...
2013-02-15 Jared Camins-EsakovStart adding skeletal POD for subroutines
2013-02-15 Mike RylanderMove allow_nested_modifiers to the driver level, provid...
2013-02-15 Jared Camins-EsakovAllow nested modifiers
2013-02-15 Mike RylanderPretty-fy canonicalization
2013-02-15 Mike RylanderTeach QP about floating (force-to-top) subplans indicat...
2013-02-15 Mike RylanderQP: OO-ize canonicalizer; remove extra nesting from...
2013-02-15 Mike Rylanderpush-down of explicitly-bool-connected conditions
2012-05-22 Mike RylanderTeach QueryParser about search filter callbacks, and...
2012-05-22 Bill EricksonQuery Parser merged copy / non-dynamic filters
2012-05-22 Bill EricksonQuery Parser nested dynamic filters
2012-05-21 Mike Rylanderabstract query representations from QueryParser
2011-08-25 Mike RylanderPush phrases down to be subqueries, so they can be...
2011-08-24 Mike Rylanderadd "unphrases" to capture negated phrases ( -"foo...
2011-08-24 Mike RylanderIgnore empty atoms in query decomposition
2011-08-23 Liam WhalenFixed seaching for a colon (:) surrounded by white...
2011-04-22 mikeraddress the empty-query case
2011-04-22 mikerAddress LP#730743, errant parens cause pain
2011-04-20 mikerAdd support for facet and filter negation via "-" prefix
2011-04-01 dbwellsBetter search normalization de-duping when 'params...
2011-03-07 mikerWorking towards SVF. This is most of phase 1, which...
2011-01-31 dbsMake Evergreen Perl modules installable via Module...