Almost every functionality seems to be working in the Inline Ajax Search (further referred as IAS) search field, but it seems to fail at the following example:
Terms in DB: "testOne", "testTwo", "testThree".
IAS failing:
Search query (in field): "This is test foo"
IAS: Does not show any results. (unexpected)
LA: Shows all terms. (expected, matched: "test")
IAS passing:
Search query (in field): "This is testOne foo"
IAS: Shows term "testOne". (expected, matched: "testOne")
LA: Shows term "testOne". (expected, matched: "testOne")
Anyone else experiencing this issue? I'm pretty well experienced with coding, but I'm having a hard time dismembering the code of IAS. I do have the feeling that IAS is calling the wrong LA function to query...
Comments
Comment #1
nvakenSorry, I've overlooked some settings, did not have the minimum word size setting set properly. *bangs himself on the head*
Comment #2
nvakenHm... after another look, I still think this is not truely fixed... I seem to bump against several problems, not entirely sure what's going on... I'll try to provide more information soon...
Comment #3
fabianderijkNo further information provide in 3 months, marking this issue as fixed