mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
feat: add filterable annotation option for integer
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 StApps
|
* Copyright (C) 2019-2021 StApps
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the Free
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
* Software Foundation, version 3.
|
* Software Foundation, version 3.
|
||||||
@@ -55,4 +55,5 @@ export const filterableMap: ElasticsearchFilterableMap = {
|
|||||||
date: ElasticsearchDataType.keyword,
|
date: ElasticsearchDataType.keyword,
|
||||||
keyword: ElasticsearchDataType.keyword,
|
keyword: ElasticsearchDataType.keyword,
|
||||||
text: ElasticsearchDataType.keyword,
|
text: ElasticsearchDataType.keyword,
|
||||||
|
integer: ElasticsearchDataType.integer,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user