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

[index] change FTI for entities to range index #560

Open
3 tasks
dariok opened this issue Jul 29, 2024 · 0 comments
Open
3 tasks

[index] change FTI for entities to range index #560

dariok opened this issue Jul 29, 2024 · 0 comments
Labels

Comments

@dariok
Copy link
Owner

dariok commented Jul 29, 2024

Currently, there are full text indexes for entities in list* – a real FTS over these entries is unlikely. Rather, we often need alphabetical lists which are better supported by using range indexes.

  • evaluate which fields need to be indexed
  • implement
  • document

Related to #291

@dariok dariok added the Index label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant