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

nvaken’s picture

Status: Active » Closed (works as designed)

Sorry, I've overlooked some settings, did not have the minimum word size setting set properly. *bangs himself on the head*

nvaken’s picture

Status: Closed (works as designed) » Postponed (maintainer needs more info)

Hm... 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...

fabianderijk’s picture

Status: Postponed (maintainer needs more info) » Fixed

No further information provide in 3 months, marking this issue as fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.