avored / laravel-ecommerce

AvoRed an Open Source Laravel Shopping Cart
https://avored.com
1.5k stars 549 forks source link

Search Module #513

Open olivsinz opened 3 years ago

olivsinz commented 3 years ago

Is your feature request related to a problem? Please describe. I am currently testing Avored Laravel Ecommerce so I have created around 30 products and to search for a particular product in the products already registered, I have to search for it manually.

Describe the solution you'd like What if we developed a personalized product search module? So ? Or outright a global search module ? What do you think ?

Describe alternatives you've considered Maybe Algolia Search Module ? Etc... What do you think ?

indpurvesh commented 3 years ago

@0l1v3r5

Are you talking about the Admin Product Search. I have added a basic table filter yesterday. Take a look at this one.

https://github.com/avored/framework/pull/154

Yes in frontend and even in backend we need a proper search again too.

Yes we can setup Algolia search into it.