
Hello,
I am going to create a functionality which allow user to search from their selected entities and fields. Before creating it, I just want to confirm that which on is faster for searching? Web API or Manual Query using javascript/Ajax call?
Please suggest me so I can decide my path ahead.
Thank you.
*This post is locked for comments
I have the same question (0)Hi Nanji
It is entirely upto you which method to use. Web API would be better if you have more search criterias or more no. of fields in contrast to javascript, as JS might take more time; which might be annoying for users sometimes.