Raku / doc-website

Tooling to build/run the documentation website
Artistic License 2.0
7 stars 10 forks source link

Change the defaults on search? #342

Closed finanalyst closed 4 months ago

finanalyst commented 7 months ago

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?

dontlaugh commented 6 months ago

Can you link to the commits here or in other repos that improved the indexed data implementation?

finanalyst commented 4 months ago

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.

finanalyst commented 4 months ago

closing as resolved