I was wondering what package you guys use to make advanced searching with filters and also if there's one with pretty urls capability, like instead of color=blue&model=mustang something like /color/blue/model/mustang (and if it's possible).
The best is Algolia but it is free for non commercial projects only. This post is a good one, and there is a demo on how advanced you can go, it is a bit of an old one, but still good.
And the documentation for Laravel Scout which again uses Algolia as a driver.
@nakov I like the idea of Algolia but the project is commercial and I don't want to have additional expenses. Is there an open source package or something like that?
I heard and read about Laravel Scout before but I found it really complicated to understand and not that simple to set up also, specially the way I want like using filters as you see in ecommerce, classified websites, and so on, for example:
@mattsplat I liked how it works the thing tho that is confusing me is how the form would be structuring considering that the filters needs to have filter in the query like /users?filter[name]=John and /users?include=posts