I am trying to search not only be text but even by category. In my website I have categories, where I am searching for suppliers which falls under that category.
Now, I am using nuPickers to create a relationship between supplier and category, where when I create a new supplier, I choose the categories, using nuPicker TypeHead.
Now, I was trying to customize the ezSearch.cshtml macro partial view where I got the category ID from a dropdown but I need to match now with supplier category, where Supplier.Category, it returns a JSON. So part of my query string, I need to compare JSON.
Matching JSON in Search
Hi Guys,
I need some help regarding ezSearch querying.
I am trying to search not only be text but even by category. In my website I have categories, where I am searching for suppliers which falls under that category.
Now, I am using nuPickers to create a relationship between supplier and category, where when I create a new supplier, I choose the categories, using nuPicker TypeHead.
Now, I was trying to customize the ezSearch.cshtml macro partial view where I got the category ID from a dropdown but I need to match now with supplier category, where Supplier.Category, it returns a JSON. So part of my query string, I need to compare JSON.
Does anybody knows how can I achieve it?
Thank you.
this is the error:
is working on a reply...