Hello together,
i need some decision help today :-)
interface A) an input field where the user can type his search parameters.
interface B) next step he will come to some mask, where he can refine his search.
if he enters some defined words (there are about 10) in A the corresponding checkboxes in B should be be checked. Next to these Words he can enter other stuff, which will be found after step B is submitted
- the interface A should help the user via auto-complete function for those few words
- if the user does not care about the suggested words and still spells my keywords wrong, the system should find them although.
sounds after phonetic search for me, but is it necessary to implement a full featured algorithm for 10 Words, that could be found?
is there an admitted easier/faster/lightweight way to do this?
thanks in advice