Mobile/filtering: add two preferences for filtering

With this we can make it configurable if the search should include the notes field
and if the search should be case sensitive or not.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-10-19 20:50:40 -04:00
parent 2caaf8889b
commit eedb1ce0ea
4 changed files with 21 additions and 0 deletions

View file

@ -126,6 +126,8 @@ struct preferences {
int o2consumption; // ml per min
int pscr_ratio; // dump ratio times 1000
bool use_default_file;
bool filterFullTextNotes; // mobile only - include notes information in full text searh
bool filterCaseSensitive; // mobile only - make fltering case sensitive
// ********** Geocoding **********
geocoding_prefs_t geocoding;