Close

Customize search results

kag
10 years ago
#7583 Quote
Avatar
  • 2
Hi, for our client we need to add extra filtering to the search. For this we need to add an extra parameter and an extra join on a custom table. The compiled stored procedure is currently the only blocking issue for using this extension, because we can't add this join to it. Do you have any suggestions for us on how to do this?
Boyko
10 years ago
#7585 Quote
Avatar
  • 1570
kag wrote:
Hi, for our client we need to add extra filtering to the search. For this we need to add an extra parameter and an extra join on a custom table. The compiled stored procedure is currently the only blocking issue for using this extension, because we can't add this join to it. Do you have any suggestions for us on how to do this?


Hi kag,

So you will need 2 things - pass new parameter from the code and then modify the stored procedure to use this parameter. Unfortunately currently there is no way to pass additional parameters to the store procedure even if you could modify it.

Thanks
Regards,
Nop-Templates.com Team
kag
10 years ago
#7586 Quote
Avatar
  • 2
Ok that's what I was afraid of, but wanted to make sure, because we wanted to avoid having to rebuild the standard Nop filtering ourselves to what this plugin already does very nicely. But I guess there is no other option then. Thanks for your reply.