Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript Faceted Search Client (Framework) [closed]

I wonder if there's any javascript framework (client-side stuff) to manage search results UI in a facet-based way (with facet generation, counting for items matching that facet..).

In other words, something like Ajax Solr (the old SolrJS), but not based on Solr :)

Thank you in advance!

like image 906
lucke84 Avatar asked Jan 27 '11 20:01

lucke84


2 Answers

Simile Exhibhit seems to fit your description. Have you tried that before?

like image 118
Benny Avatar answered Oct 18 '22 10:10

Benny


You can also have a look at this implementation of faceted search in javascript.

like image 1
eikes Avatar answered Oct 18 '22 10:10

eikes