-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Text Search #428
Comments
What will the API looks like? Also, can you give an example of using it with the query syntax of Cayley? |
I think it is a bit early to worry about implementation details or syntax, but it would be mostly stolen from @dennwc's work so like g.V("bob").In("follows").Filter(fts("cat /w3 dog")).All() |
Moved to feature request section: https://discourse.cayley.io/t/full-text-search/206 |
+++ |
I'm going to start working on this soon. |
I think have FTS (Full Text Search) is a great feature to add after types get merged and are ready to go. Some of the FTS queries could lean on native stuff (like PostgreSQL FTS) and some could leverage Bleve or similar.
The text was updated successfully, but these errors were encountered: