Discussions
Create a quick finder
Hi everyone,
This is my first post here ! I'm trying to release a quick search with differents levels of search.
I work on an E-commerce and my goal is to create a 3 steps search.
I want to do a search for the manufacturers, who will redirect for categories for this manufacturer, and wich it be redirects in all the items of this categorie.
I already have something not bad with the help of the Netsuite API, but this is very slow. Could it be possible to use other things than nlobjSearchFilter() for example, because the search it's very slow with that. Can I use classic PHP search in database ?