Skip to content

Commit

Permalink
Update 3.search.md
Browse files Browse the repository at this point in the history
Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>
  • Loading branch information
Atinux and nobkd committed Nov 12, 2023
1 parent a2143c1 commit cf8de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.usage/3.search.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const results = searchContent(search)
By default, the [`searchContent`](/composables/search-content) composable will use an indexed search. This means that the search is faster and the API response is smaller and optimized. **The response is only usable by [`miniSearch`](https://lucaong.github.io/minisearch/)**.

::callout
Internally, the search feature, both `searchContent` and `/api/indexed-search.ts` endpoint, use [`miniSearch`](https://lucaong.github.io/minisearch/).
Internally, both the `searchContent` composable and the `/api/indexed-search.ts` endpoint use [`miniSearch`](https://lucaong.github.io/minisearch/).
::

## Simple Search
Expand Down

0 comments on commit cf8de5d

Please sign in to comment.