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.
pull/1448/head
Tim Sherratt 2021-08-25 11:28:58 +10:00 zatwierdzone przez GitHub
rodzic 92a99d969c
commit 93c3a7ffbf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"
}
}
}