Add literal option to search extension config #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "search-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following #12, which added a
literaloption to theSearchQueryconfig, this adds aliteraloption to thesearchextension config, which is used when building the default query from any selected text.Most of the changes are copied from the handling of the
caseSensitiveoption, which behaves in a similar way.