feat: search + basic engine (wip)
This commit is contained in:
15
client/graph/common/common-pages-query-search.gql
Normal file
15
client/graph/common/common-pages-query-search.gql
Normal file
@@ -0,0 +1,15 @@
|
||||
query ($query: String!) {
|
||||
pages {
|
||||
search(query:$query) {
|
||||
results {
|
||||
id
|
||||
title
|
||||
description
|
||||
path
|
||||
locale
|
||||
}
|
||||
suggestions
|
||||
totalHits
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user