Full-text searching #155
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#152 Full-text searching with SQLite
MensBeam/Arsse
#153 Full-text searching with PostgreSQL
MensBeam/Arsse
#154 Full-text searching with MySQL
MensBeam/Arsse
Reference: MensBeam/Arsse#155
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The following would be required to implement full-text searching in The Arsse:
LIKE
-based fallback if the feature is disabled or unavailable for SQLite, already doneThe implementations would need to handle not only querying, but also populating the index when articles are added, as well as cleaning it up properly (if necessary) when articles are deleted.
All databases should have an implementation before a release with full-text searching is made.