feat: point field localization and graphql
This commit is contained in:
@@ -45,6 +45,15 @@ const numeric = [
|
||||
},
|
||||
];
|
||||
|
||||
const geo = [
|
||||
...base,
|
||||
...boolean,
|
||||
{
|
||||
label: 'near',
|
||||
value: 'near',
|
||||
},
|
||||
];
|
||||
|
||||
const like = {
|
||||
label: 'is like',
|
||||
value: 'like',
|
||||
@@ -79,6 +88,10 @@ const fieldTypeConditions = {
|
||||
component: 'Date',
|
||||
operators: [...base, ...numeric],
|
||||
},
|
||||
point: {
|
||||
component: 'Point',
|
||||
operators: [...geo],
|
||||
},
|
||||
upload: {
|
||||
component: 'Text',
|
||||
operators: [...base],
|
||||
|
||||
Reference in New Issue
Block a user