8000 [3.5] Fix document search (Ctrl+F/Cmd+F) (#10215) · arangodb/arangodb@e4e53b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4e53b9

Browse files
plumaKVS85
authored andcommitted
[3.5] Fix document search (Ctrl+F/Cmd+F) (#10215)
* Quickfix: map ace searchbox ext path to file * Add to changelog * Update CHANGELOG
1 parent 4a79205 commit e4e53b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.5.2 (XXXX-XX-XX)
22
-------------------
33

4+
* Fixed search not working in document view while in code mode.
5+
46
* Fixed issue #10090: fix repeatable seek to the same document in
57
SEARCH operations for ArangoSearch views.
68

js/apps/system/_admin/aardvark/APP/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"/img": "frontend/compressed-img",
6969
"/data": "frontend/data",
7070
"/js/arango/aqltemplates.json": "frontend/aqltemplates.json",
71+
"/ext-searchbox.js": "frontend/src/ext-searchbox.js",
7172
"/worker-json.js": {
7273
"path": "frontend/src/worker-json.js",
7374
"gzip": true

0 commit comments

Comments
 (0)
0