{#if showSearch}
{/if} {#if showSearch}
{#if !query }

Search for items, topics and creators

Quickly look for resources by running a global search.

{:else if result_items.length + result_topics.length > 0}
  • Items

      {#each result_items as item}
    • {item.name}
    • {/each}
  • Topics

      {#each result_topics as topic}
    • {topic.display_name}
    • {/each}
{:else}

No results found

We couldn’t find anything with that term. Please try again.

{/if}
{/if}