notanumber / xapian-haystack

A Xapian backend for Haystack
GNU General Public License v2.0
154 stars 93 forks source link

Omitting * from end of range doesn't search correctly. #217

Open ajslater opened 2 years ago

ajslater commented 2 years ago

field:..end works however field:start.. does not and requires field:start..* to work.

I think the xapian parser specifies that omitting the star is valid, so I add it myself to all range tokens before submitting them to xapian_backend.