mirror of
https://github.com/simonw/datasette.git
synced 2026-09-17 05:54:18 +02:00
Authorize configured full-text search targets
This commit is contained in:
parent
22c601b3d0
commit
6aa58bf4e5
4 changed files with 25 additions and 9 deletions
|
|
@ -619,7 +619,10 @@ def test_searchmode(table_metadata, querystring, expected_rows):
|
|||
],
|
||||
),
|
||||
(
|
||||
"/fixtures/searchable_view.json?_shape=arrays&_search=weasel&_fts_table=searchable_fts&_fts_pk=pk",
|
||||
(
|
||||
"/fixtures/searchable_view_configured_by_metadata.json"
|
||||
"?_shape=arrays&_search=weasel&_fts_table=searchable_fts&_fts_pk=pk"
|
||||
),
|
||||
[[2, "terry dog", "sara weasel", "puma"]],
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue