Commit Graph

4 Commits

Author SHA1 Message Date
lovasoa 7b7e4ccdc0 Escape search input in SQLite FTS queries
The search term is now properly escaped when used in SQLite full-text
search queries to prevent syntax errors with quotes. This ensures
searches containing quotes work correctly.
2025-07-28 18:08:29 +02:00
lovasoa 49ab2be35d add null handling for search input and clean up whitespace
fixes https://github.com/sqlpage/SQLPage/issues/884#issuecomment-2863873123
2025-05-08 23:14:11 +02:00
lovasoa 845e0371ec sql-page.com search: dynamic component retrieval and improve link data handling 2025-05-08 01:01:46 +02:00
lovasoa d526ccbc01 add full text search 2025-05-07 01:50:04 +02:00