

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What exactly does "Search" mean for the CreateSearchIndexOnReload variable?
Hi,
I am referring to the help information here: https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVari...
"You can define if search index files should be created during data reload, or if they should be created after the first search request of the user."
What does it really mean when referring to search for Qlik Sense? Is it referring only to smart search, or does it also mean search when you are searching for values in filter pane fields, table column searchable fields etc.
I would like a clarification please.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apparently, this appears to be referencing creating indexes for the Global search, and not the filter panes and such.
https://community.qlik.com/t5/Qlik-Sense-App-Development/CreateSearchIndexOnReload/td-p/1449405


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The indexing takes time during reload, so during data modelling work it might makes sense to disable to allow for quicker iterations. While during task reload it adds value to have index composed at reload time to speed up business user performance.
