8000
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.
1 parent 4a79205 commit e4e53b9Copy full SHA for e4e53b9
CHANGELOG
@@ -1,6 +1,8 @@
1
v3.5.2 (XXXX-XX-XX)
2
-------------------
3
4
+* Fixed search not working in document view while in code mode.
5
+
6
* Fixed issue #10090: fix repeatable seek to the same document in
7
SEARCH operations for ArangoSearch views.
8
js/apps/system/_admin/aardvark/APP/manifest.json
@@ -68,6 +68,7 @@
68
"/img": "frontend/compressed-img",
69
"/data": "frontend/data",
70
"/js/arango/aqltemplates.json": "frontend/aqltemplates.json",
71
+ "/ext-searchbox.js": "frontend/src/ext-searchbox.js",
72
"/worker-json.js": {
73
"path": "frontend/src/worker-json.js",
74
"gzip": true
0 commit comments