- [ ] 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` and `summary` while searching? Some useful links: - [PG specific lookups](https://docs.djangoproject.com/en/5.0/ref/contrib/postgres/lookups/) explains how to use trigram and `unaccent` with Django. - [Full text search](https://docs.djangoproject.com/en/5.0/ref/contrib/postgres/search/)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Jenselme and has received 0 comments.