Is it possible to build 'replacement words' into Fuzzy Search?
An ExampleLet's say the user searches '1080p monitor' but I have products that are listed as an 'FHD Monitor'. Us humans know that 1080p and FHD are the same thing. Or a user may search 'gaming prebuild' when many of my products are listed as a 'Gaming Desktop PC'. Us humans know they both mean the same thing.
Is there a way to associate these words together to improve fuzzy search?Â
Potential SolutionThe closest solution I can think of is to create an additional text field for each product and then run some type of conditional function stack like:
IF any fields on [Product A] contain 'FHD' THEN add '1080' and '1080p' to the 'Additional Words' field. And I would have a function stack that would build overtime with new words & phrases that I notice users are using.
Is there a more efficient way to accomplish this in Xano that I'm not aware of? It would also be nice if Xano allowed us to select the table reference names as part of the Fuzzy Search. I have my products in categories on another table and currently I'm not able to select that as a variable.
Other
5 replies