shiori/internal/database
Felipe Martin ef1d18d81f
fix(db): handle usage of special characters in searches (#721)
* handle full text search for failing cases

* added test

* test getbookmarkcount too

* replaceall, fix getbookmarkcount
2023-09-11 18:20:09 +02:00
..
migrations fix: remove manual transaction on sqlite migration 2 (#468) 2022-08-11 13:40:17 +02:00
database.go Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
database_test.go fix(db): handle usage of special characters in searches (#721) 2023-09-11 18:20:09 +02:00
mysql.go Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
mysql_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
pg.go fix(db): handle usage of special characters in searches (#721) 2023-09-11 18:20:09 +02:00
pg_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
sqlite.go fix(db): handle usage of special characters in searches (#721) 2023-09-11 18:20:09 +02:00
sqlite_test.go fix(db): avoid using dash in fts5 queries (#514) 2022-10-15 11:33:29 +02:00