I am trying to imagine how to create a search for the application we are creating. I would like to suggest how to approach search through large data arrays.
For example, this particular search will consist of a minimum record table of 750 thousand pages, determining product size, material size, creation date, etc.
Does anyone know of “plugins” for Coldfusion for this? I assume that the Google search engine is as a single entry, where the client can enter the part number, or size, etc., and get access to any or all relevant results.
Currently, if I run the comparison request "LIKE", it seems like it takes a lot of time (normally a few seconds, but still) and it is too long. Sometimes the user sits there and waits up to 10 seconds for requests and page loads.
Or are there any SQL formulas to help with this? I want to use a proven data lookup method, not just a simple SQL or a comparison operation.
So this is a question with several approaches, should I attack this at the SQL level (what it ultimately looks like) or is there a plugin / module for ColdFusion that I can capture, which will give me a quick, advanced search opportunity.
Jakub source
share