#56 closed defect (released)
If no positional information convert PHRASE/NEAR -> AND
Reported by: | Olly Betts | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | other | Version: | other |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | other |
Description
If you build a database without positional information, PHRASE and NEAR will return no matches. Probably better to just use AND instead so that some matches will be returned.
What to do in multi-database case when some databases have positional information and some don't?
Change History (4)
comment:1 by , 20 years ago
Status: | new → assigned |
---|
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 20 years ago
Operating System: | → other |
---|---|
Resolution: | fixed → released |
Note:
See TracTickets
for help on using tickets.
Fixed in CVS - for multi-databases, the check in done per subdatabase, so some might use PHRASE and some AND...