Opened 14 years ago
Closed 14 years ago
#490 closed defect (incomplete)
searching for word "demo" causes to return all rows
Reported by: | zweb | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Other | Version: | 1.0.21 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
I am using Xapian 1.0.21 with python bindings and haystack and searching for word "demo" without quotes causes all rows in index to be returned. I did not have this issue with xapian 1.0.7
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
You're going to need to give us more to go on if you want this usefully resolved. I trivially can't reproduce this using just Xapian, which suggests it's either a haystack issue, or something else related to your setup:
http://xapian.org/search?P=demo
I would suggest approaching this using delve and Xapian::Query::get_description()
to work out what is going on, as described here:
comment:3 by , 14 years ago
Resolution: | → incomplete |
---|---|
Status: | new → closed |
No further information provided for 3 weeks, so closing as "incomplete". If you're able to provide more detail, please comment on this ticket.
most of those rows returned do not have word demo in them.