File: Changes

package info (click to toggle)
libsearch-queryparser-perl 0.95-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 124; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Perl extension Search::QueryParser.

0.95 21.02.2021
  - fix RT#52814 (report an error when unable to parse the entire query string) - thanks larryl
  - fix RT#129981 (explicit fields in parenthesis when defField is present) - thanks Christopher Causer

0.94 30.09.2009
   - patch from Peter Karman to add 'defField' option
   - add support for quoting field names (RT 47423)

0.93 04.02.2008
  - fix RT#32840 (word boolean connectors) - thanks Frank Wesemann

0.92 04.12.2007
  - added '#' operator (for matching against sets of integers)        

0.91 25.05.2005 
  - quoted "exact phrases" are no longer parsed as arrays (was not
    useful)