Skip to content

Commit

Permalink
chore(#197): add deep search
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed May 18, 2022
1 parent 0af554f commit 45ddd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/app/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
// Search all available data.
for (const type of ['api', 'guide', 'modules']) {
const results = await this.$content(type)
const results = await this.$content(type, { deep: true })
.search(this.model)
.limit(3)
.fetch()
Expand Down

0 comments on commit 45ddd0d

Please sign in to comment.