Open ajslater opened 2 years ago
field:..end works however field:start.. does not and requires field:start..* to work.
field:..end
field:start..
field:start..*
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.
field:..end
works howeverfield:start..
does not and requiresfield: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.