implemented full-text search

This commit is contained in:
2025-09-03 21:53:19 +02:00
parent 379d156fd2
commit e372720dd2
6 changed files with 38 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
async function setKey(ev){
if (ev) ev.preventDefault();
key = input;
doSearch(null);
}
onMount(() => {
@@ -130,6 +130,7 @@
<title>Umbrella {t('search')}: {key}</title>
</svelte:head>
<fieldset class="search">
<legend>{t('search')}</legend>
{#if error}