We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84f305 commit e5bfcacCopy full SHA for e5bfcac
examples/better-list-search/schema.ts
@@ -26,9 +26,9 @@ export const lists = {
26
27
ui: {
28
searchFields: [
29
- 'author',
30
- 'tags', // WARNING: results in searching by post.tags.name
31
- // this is quite powerful, but may load your database
+ 'title',
+ 'author', // WARNING: results in searching by post.*.name
+ 'tags', // this is quite powerful, but may load your database
32
]
33
}
34
}),
0 commit comments