simonw / datasette-search-all

Datasette plugin for searching all searchable tables at once
Apache License 2.0
19 stars 4 forks source link

<form class="core"> #20

Closed simonw closed 2 months ago

simonw commented 2 months ago

Refs:

simonw commented 2 months ago

Tests are failing because of a change in 1.0a15 where FTS tables are no longer treated as hidden: https://docs.datasette.io/en/latest/changelog.html#a15-2024-08-15

https://github.com/simonw/datasette-search-all/blob/66bcb88717eb457a92d0cb5b47a307de70dc1eb5/datasette_search_all/utils.py#L4-L6

For the purposes of this plugin I think tables ending in _fts should still be treated as hidden, or we will see the same results twice.