Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 01b64f2

Browse files
author
Sylvain Pace
committed
1 parent 25fc1b2 commit 01b64f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

configs/vue_test_utils.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
}
2121
}
2222
],
23-
"stop_urls": [],
23+
"stop_urls": [
24+
"[^/]$"
25+
],
2426
"selectors": {
2527
"lvl0": ".content h2",
2628
"lvl1": ".content h3",
@@ -34,5 +36,6 @@
3436
"conversation_id": [
3537
"644808023"
3638
],
37-
"nb_hits": 6645
39+
"min_indexed_level": 2,
40+
"nb_hits": 2660
3841
}

0 commit comments

Comments
 (0)