Open
Description
- Can enclose search in quotes.
- Ignore accents.
- Limit search to certain fields.
- Can search of feeds titles.
- Rely on trigram search to have a more robust search on misspelled words? Currently words must be spelled correctly for this to work, both in the query and in the article.
- Use PG full text search capabilities?
- Can create a reading list from a search.
- Take into account the language of the article and allow search in languages other than English. Currently it works but isn’t as good.
- Ignore all links and HTML tag from
content
andsummary
while searching?
Some useful links:
- PG specific lookups explains how to use trigram and
unaccent
with Django. - Full text search