From 9787d25977f5679b2636fb7d8cb2608cff7ad526 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 29 Oct 2020 14:31:39 +0100 Subject: Start storing data in value slots for sorting and range search. --- docs/source/user/settings.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/source') 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. -- cgit v1.2.3