Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issue with numeric range queries in query string
previously the query string queries were modified to aid in compatibility with other search systems. this change: f391b99 has a problem when combined with: 77101ae due to the introduction of MatchNoneSearchers being returned in a case where previously they never would. the fix for now is to simply return disjunction queries on 0 terms instead. this ultimately also matches nothing, but avoids triggering the logic which handles match none searchers in a special way.
- Loading branch information