Allow to filter search by multiple tags

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-08-03 17:34:50 +02:00
parent 50666e5dd7
commit 2198b2cb87
6 changed files with 25 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ const tabsName: { events: number; groups: number } = {
variables() {
return {
term: this.search,
tag: this.actualTag,
tags: this.actualTag,
location: this.geohash,
};
},