Open sancheas opened 10 years ago
Several ways to create complex rfm searches with simple front-ends (a single-field search form).
Each of these have benefits & costs, and there are probably yet more ways to do this. These are just the ones that come to mind.
I'm pulling down my results specified by the client, without using elastic search, is there an easy way to search results, outside of the .find method?
For example I find all my data and store it in @fmResults
I know I can build a form with all the fields and pass them to the RFM .find method, but that is going to involve multiple search fields for each field and I'd prefer to have a single field.
Thanks for any suggestions