We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32bb07a + ea92929 commit 28b3692Copy full SHA for 28b3692
redisinsight/ui/src/packages/redisearch/package.json
@@ -37,13 +37,24 @@
37
"matchCommands": [
38
"FT.INFO",
39
"FT.SEARCH",
40
- "FT.AGGREGATE",
41
- "FT.PROFILE"
+ "FT.AGGREGATE"
42
],
43
"iconDark": "./dist/table_view_icon_dark.svg",
44
"iconLight": "./dist/table_view_icon_light.svg",
45
"description": "RediSearch default plugin",
46
"default": true
+ },
47
+ {
48
+ "id": "redisearch-profile",
49
+ "name": "Table",
50
+ "activationMethod": "renderRediSearch",
51
+ "matchCommands": [
52
+ "FT.PROFILE"
53
+ ],
54
+ "iconDark": "./dist/table_view_icon_dark.svg",
55
+ "iconLight": "./dist/table_view_icon_light.svg",
56
+ "description": "RediSearch default plugin",
57
+ "default": false
58
}
59
60
"devDependencies": {
0 commit comments