Full-text searching with MySQL #154
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.
Blocks
#155 Full-text searching
MensBeam/Arsse
Reference: MensBeam/Arsse#154
Loading…
Add table
Add a link
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?
MySQL's full-text search functionality seems somewhat inefficient. It seems as if the document stripped of markup would need to be stored along with the document with its markup, in addition to the fulltext index itself. Otherwise it sounds fairly simple to use.