diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-29 14:31:39 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-29 14:31:39 +0100 |
commit | 9787d25977f5679b2636fb7d8cb2608cff7ad526 (patch) | |
tree | d32e07ab7479e4b93b2728634fbc747549688e88 /docs | |
parent | d04375c56884fa47b1b96d63aa48f7e8dbf18ed3 (diff) |
Start storing data in value slots for sorting and range search.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/user/settings.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/user/settings.rst b/docs/source/user/settings.rst index 68c4a0d..0d2eec9 100644 --- a/docs/source/user/settings.rst +++ b/docs/source/user/settings.rst @@ -36,6 +36,10 @@ Field definitions fields that should be available in the free text search and ``field`` for fields that should only be available by specifying the field name in the search. +``sortable``: + boolean; whether this field is sortable. Sortable fields enable + sorting the results and search by ranges, but having too many + sortable fields make the search more resurce intensive. ``help``: a description for the field; this is e.g. added to new entries as a comment. |