-
Notifications
You must be signed in to change notification settings - Fork 2
More efficient search #89
Copy link
Copy link
Open
Labels
app: backendTask implementation touches the backendTask implementation touches the backendapp: databaseTask implementation requires database changesTask implementation requires database changestype: enhancementEnhancement to an existing featureEnhancement to an existing feature
Metadata
Metadata
Assignees
Labels
app: backendTask implementation touches the backendTask implementation touches the backendapp: databaseTask implementation requires database changesTask implementation requires database changestype: enhancementEnhancement to an existing featureEnhancement to an existing feature
Full-text searches are currently implemented using wildcards; this approach is slow, although it may be faster than the Django version was. Full-text search should be made more efficient.
PostgreSQL's text search capabilities are likely to be sufficient. A separate full-text search engine like Elasticsearch is also a possibility.
Two challenges are anticipated: