diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-12 16:02:15 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-12 16:02:15 -0600 |
commit | 660d6e73218229c6ac08ac2b7a19819169529fc8 (patch) | |
tree | 7fb2471c2f1161643b9083a9ca0b900834507ecc /README.md | |
parent | d7f423861facdbf3745988a20f576bbf50d6d381 (diff) |
Start implementing search
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,8 +49,9 @@ Use `psql` and load `db/db.sql` for models, 9. ~Refactor URLs and HTTP calls in tests `tests.py` to reduce copy-pasta~ 10. Get rid of `requests` dependency in `tests.py` 11. Fix `PATCH` redirects? -12. Search +12. [Full Text Search](https://dev.to/nightbird07/full-text-search-in-postgresql-a-comprehensive-guide-3kcn) 13. Add preview functionality to edit form +14. Add support for creating new entries ## But using C in 2024 is dangerous? |