#92 closed enhancement (released)
Add a near N feature to the QueryParser
Reported by: | Jim Lynch | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Omega | Version: | other |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Linux |
Description
Currently the QueryParser only supports the keyword NEAR and that defaults to finding terms within 10 terms. I would like to have the ability to specify the distance such as
cats NEAR 3 dogs
to override the default value.
Thanks, Jim.
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Operating System: | → Linux |
---|---|
Resolution: | fixed → released |
Note:
See TracTickets
for help on using tickets.
Implemented in SVN (rev 7173).
I picked the syntax < cats NEAR/3 dogs > which is used by various other search engines.