Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle range queries for strings? #121

Open
kod-kristoff opened this issue Mar 13, 2019 · 0 comments
Open

How to handle range queries for strings? #121

kod-kristoff opened this issue Mar 13, 2019 · 0 comments

Comments

@kod-kristoff
Copy link
Member

kod-kristoff commented Mar 13, 2019

This concerns all range operators (GT,GTE,LT,LTE and RANGE?).

  • gt|name|v gives 306 hits, all that contains a token greater than v
  • gt|name|V gives 1981 hits, all that contains a token greater than V when lowercased (eg. all entries in places)
  • gt|name.raw|v gives 130 hits, all that begins with a letter greater than v (if the first letter is in uppercase, only those starting with Å, Ä and Ö is returnes)
  • gt|name.raw|V gives 285 hits, all that begins with a token greater than V including all entries starting with any lowercase letter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant