aboutsummaryrefslogtreecommitdiffstats
path: root/mcc/5/de/content/nwSearchFnt.js
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-10-02 20:54:17 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-10-02 20:54:17 +0200
commit329d1f48a87a74e021b99203f5780a1225b8ca95 (patch)
tree1c8d3e2094a4594a9c926ea2855bbd37e7077c59 /mcc/5/de/content/nwSearchFnt.js
parent41d33a42952c98e4aeefe8c3d579e7affc67ff19 (diff)
downloaddoc-329d1f48a87a74e021b99203f5780a1225b8ca95.tar
doc-329d1f48a87a74e021b99203f5780a1225b8ca95.tar.gz
doc-329d1f48a87a74e021b99203f5780a1225b8ca95.tar.bz2
doc-329d1f48a87a74e021b99203f5780a1225b8ca95.tar.xz
doc-329d1f48a87a74e021b99203f5780a1225b8ca95.zip
Adding or refreshing mcc in de
Diffstat (limited to 'mcc/5/de/content/nwSearchFnt.js')
-rw-r--r--mcc/5/de/content/nwSearchFnt.js15
1 files changed, 13 insertions, 2 deletions
diff --git a/mcc/5/de/content/nwSearchFnt.js b/mcc/5/de/content/nwSearchFnt.js
index fc12d113..13327867 100644
--- a/mcc/5/de/content/nwSearchFnt.js
+++ b/mcc/5/de/content/nwSearchFnt.js
@@ -104,11 +104,17 @@ function Effectuer_recherche(expressionInput) {
}
}
finalWordsList = tempTab;
+
+ if (!finalWordsList.length) {
+ finalWordsList = wordsList;
+ }
+
+ fileAndWordList = SortResults(finalWordsList);
- if (finalWordsList.length) {
+ if (fileAndWordList && fileAndWordList.length) {
//search 'and' and 'or' one time
- fileAndWordList = SortResults(finalWordsList);
+ //fileAndWordList = SortResults(finalWordsList);
var cpt = fileAndWordList.length;
for (var i = cpt - 1; i >= 0; i--) {
@@ -432,6 +438,11 @@ function SortResults(mots) {
// get the list of the indices of the files.
var listNumerosDesFicStr = w[mots[t].toString()];
//alert ("listNumerosDesFicStr "+listNumerosDesFicStr);
+
+ if (!listNumerosDesFicStr) {
+ return;
+ }
+
var tab = listNumerosDesFicStr.split(",");
//for each file (file's index):