mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove underscore from search mode parameter name (#1447)
The text refers to the parameter as `searchmode` but the `metadata.json` example uses `search_mode`. The latter doesn't actually seem to work.
This commit is contained in:
parent
92a99d969c
commit
93c3a7ffbf
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ Here is an example which enables full-text search (with SQLite advanced search o
|
|||
"display_ads": {
|
||||
"fts_table": "ads_fts",
|
||||
"fts_pk": "id",
|
||||
"search_mode": "raw"
|
||||
"searchmode": "raw"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue