Fixed prefix length bug

This commit is contained in:
Simon Cambier
2023-01-19 22:02:19 +01:00
parent 42ba653642
commit 5bc3ac045a
2 changed files with 3 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ export class SettingsTab extends PluginSettingTab {
new Setting(containerEl)
.setName('Simpler search')
.setDesc(
`Enable this if Obsidian often freezes while making searches. This will return more strict results.`
`Enable this if Obsidian often freezes while making searches. This may return fewer results.`
)
.addToggle(toggle =>
toggle.setValue(settings.simpleSearch).onChange(async v => {