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

Switch to lighter-weight full-text search #589

Open
fluffy-critter opened this issue Jan 5, 2025 · 0 comments
Open

Switch to lighter-weight full-text search #589

fluffy-critter opened this issue Jan 5, 2025 · 0 comments
Labels
code quality Places where the code quality or readability can be improved large This is going to take a lot longer than most things

Comments

@fluffy-critter
Copy link
Collaborator

Expected Behavior

whoosh is overkill for Publ's needs and leads to operational difficulties, especially around locking behavior.

Possible Solution

https://bart.degoe.de/building-a-full-text-search-engine-150-lines-of-code/ describes a much more lightweight way of building full-text search.

Probably shouldn't do this until completing #585 though.

@fluffy-critter fluffy-critter added code quality Places where the code quality or readability can be improved large This is going to take a lot longer than most things labels Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Places where the code quality or readability can be improved large This is going to take a lot longer than most things
Projects
None yet
Development

No branches or pull requests

1 participant