Skip to content

Commit e5bfcac

Browse files
committed
tidy up
1 parent a84f305 commit e5bfcac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/better-list-search/schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export const lists = {
2626

2727
ui: {
2828
searchFields: [
29-
'author',
30-
'tags', // WARNING: results in searching by post.tags.name
31-
// this is quite powerful, but may load your database
29+
'title',
30+
'author', // WARNING: results in searching by post.*.name
31+
'tags', // this is quite powerful, but may load your database
3232
]
3333
}
3434
}),

0 commit comments

Comments
 (0)