-
Notifications
You must be signed in to change notification settings - Fork 606
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
Full text search (fts5) #1163
base: master
Are you sure you want to change the base?
Full text search (fts5) #1163
Conversation
…rt for Sqlite adapter
… FTS trigger code added in d3fc571
Co-authored-by: Radek Pietruszewski <[email protected]>
@nmeibergen Can you go through comments in previous PR? There were some unresolved issues that were waiting for corrections before I could merge. As for bumping to fts5… I'm not comfortable with that -- IIRC there are some non-trivial changes between fts5 and previous versions, it's not merely a straight-forward upgrade. So it would be better if the FTS settings (version, tokenizer, etc.) were configurable somehow in the schema |
@nmeibergen hey, are you interested in finishing that? |
@radex I am definitely interested in finishing up this request. My life is just a little upside down due to the coming of a baby, so some time from my side will be needed before I'll continue. With regards to versions and settings of FTS, I agree that that would be the best solution. I'll look into that. |
@nmeibergen hey, are you maybe still interested in finishing this? ;) |
@radex I am interested, but I don't see it happening on the short term. There is just too much stuff going on for me to work on currently. But if at some point there is a good gap of time I will be happy to finish this up though! |
No worries, thanks for the update! |
@radex I'd like to help closing this PR.
Also, couple more questions, |
@radex @ororsatti is this still a goal of the project to have FTS search built in to watermelondb? |
I hope so. |
It is a goal, yes -- unfortunately I haven't had the funding (or free time) to work on it :( And while many contributors did amazing job pushing the branch forward, the PRs always needed a little bit more work to be mergeable |
Maybe we can discuss it? what are the goals regarding this? they seem to not be clear to me... I have been watching this lib for over a year now, i even have a open PR, but no response from you. I enjoyed working on this lib, maybe you can let us know what are the goals, id be happy to contribute. |
I simply took the changes made in the previous pull request #984, bumped up to
fts5
, and merged these with the current master.@radex What's left in order to get this through in your opinion?
PS. I'm currently experimenting with this functionality in my application, first results seem good, in line with expectation.