forked from 0x2620/pandora
get rid of filters in config, only use itemKeys filter: true
This commit is contained in:
parent
a04711e94c
commit
7a529bfd12
7 changed files with 19 additions and 53 deletions
|
|
@ -183,6 +183,7 @@
|
|||
"title": "People",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"filter": true,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
|
|
@ -272,18 +273,21 @@
|
|||
"id": "places",
|
||||
"title": "Places",
|
||||
"type": "layer",
|
||||
"filter": true,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "events",
|
||||
"title": "Events",
|
||||
"type": "layer",
|
||||
"filter": true,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "keywords",
|
||||
"title": "Keywords",
|
||||
"type": "layer",
|
||||
"filter": true,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue