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

Equivalent to full text search #647

Closed
mathieumack opened this issue May 13, 2016 · 4 comments
Closed

Equivalent to full text search #647

mathieumack opened this issue May 13, 2016 · 4 comments
Assignees
Milestone

Comments

@mathieumack
Copy link

mathieumack commented May 13, 2016

Hi,
Is there a solution to search a string in the database like a full text search research ?
Available samples for queries use only views or Key, so I don't understand how to do a "contains" query.
Thanks

@borrrden
Copy link
Member

The functionality is not available at this time. It is planned at a date TDB in the future (once we settle on how exactly to implement it)

@mathieumack
Copy link
Author

Thanks.
The solution that I've actually applied is to add a PostFilter on Query with a paging limit in order to optimize query performance.
Do you think it's a good way or is there a better solution ?

@borrrden
Copy link
Member

That's probably the best you will get.

@borrrden
Copy link
Member

Alright, 4 months later and I have actual FTS implemented! It will reside on the feature/fts branch until 1.5

@borrrden borrrden modified the milestones: 1.5.0, 2.0.0 Mar 7, 2017
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

2 participants