mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-09 13:41:13 +02:00
add a missing term for match test-9
This commit is contained in:
2
match.js
2
match.js
@@ -81,7 +81,7 @@ await do_test("test-7", "bignes of splaknuk", [781]);
|
||||
// balance transformation, original text: mathematical and musical instruments
|
||||
await do_test("test-8", "matematikal musikal instruments", [1480]);
|
||||
// relevance on missing term, original text:
|
||||
await do_test("test-9", "mineral fish gum juice", [2337]);
|
||||
await do_test("test-9", "mineral fish gum iron juice", [2337]);
|
||||
// advanced transformation, original text: Chamberlain
|
||||
await do_test("test-10", "camperlayhn", [1903,520,535]);
|
||||
// original text: Houyhnhnms
|
||||
|
Reference in New Issue
Block a user