Hi all,
A client has requested a 'intelligent' search feature for their website which has me slightly stumped.
The theory is this: Customer enters product code in search box, the web site returns all results with matching characters in consequtive order... without necessarily being the same string.
So, 'DFG100' would return: DGF-100, DFGQ100, DFG1100 but not DGF100
I've been thinking of performing a 'findall' request then sending the search term to the results page as a token, then displaying the valid hits using a pattern count if statement / inline action... although i'm not sure this is feasable / efficient.
Anyone out there with experience of this problem? I've been looking for some kind of plugin / code but not had much luck...
Any advice greatfully received, thanks