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 -

sql - Simple C# web application with a database -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -