mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-07-15 00:14:37 +00:00
Fix case insensitive search and display
This commit is contained in:
parent
0e4123fe98
commit
817796e181
2 changed files with 14 additions and 2 deletions
|
|
@ -50,6 +50,11 @@
|
|||
<button type="submit" class="btn btn-primary mb-2">Search</button>
|
||||
</form>
|
||||
{#if results}
|
||||
{#if results.length > 0}
|
||||
<p>{results.length} results found.</p>
|
||||
{:else}
|
||||
<p>No results found.</p>
|
||||
{/if}
|
||||
<ol>
|
||||
{#each results as result, i}
|
||||
{#if result.type == "account"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue