c# - Asp.net search similar to Amazon -


i working on e-commerce website , implement search similar of amazon. have read solr , elasticsearch, wondering if find alternative isn't complex these two.

i have following tables:

categories, brands , products.

tblcategories ------------------------------ id            name         1             shoes 2             watch accessories    tblbrands ----------------------------------------------------------------- id            name         1             puma 2             nike    tblproducts ------------------------------------------------------------------ id           productname        brandname         categoryname  1             flip-flop            nike              shoes 2           running shoes          nike              shoes 

i want search on 3 of these tables. using asp.net c#.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -