Change the defaults on search?
Closed this issue · 3 comments
The search bar has options, which can be changed by clicking on the gear icon to the right of the bar.
By default 'Indexed' data is disabled. This was done when the option was generating too many duplicates and not much extra searchable information.
A recent change allows for more Indexed data to be searched.
This issue is about whether to make the 'indexed' option enabled by default.
Any thoughts?
Can you link to the commits here or in other repos that improved the indexed data implementation?
This was mentioned in #362
@coke, we can make the Indexed items on by default quite easily. I'm posting a PR.
But localStorage will need to be changed by users to over-ride the previous default. I dont see an easy way to do this automatically as the whole point of having localstorage is for user choices to over-ride the default.
closing as resolved