documentcloud / visualsearch

A Rich Search Box for Real Data
http://documentcloud.github.io/visualsearch/
MIT License
1.8k stars 225 forks source link

Port for AngularJS #101

Closed prajwalkman closed 10 years ago

prajwalkman commented 11 years ago

This isn't really an issue; just a shout out to check if anyone is interested in helping me port this to AngularJS. To me it's both a learning exercise, and to test how far Angular can be taken without jQuery. I've started on this actually, it probably even has a better base (my implementation can take more than 2 levels of menus), but the UI implementation really has me flummoxed. If anyone is interested do PM me.

My essential goals for the implementation over what is already achieved by this library, is

  1. more than 2 levels of menus (eg: Age > greater than > 30)
  2. "saved facets" box beside the search bar, they can just add facets onto the search bar from it
olgen commented 11 years ago

I would be interested in helping. Switching all to ng currently... Am 25.04.2013 10:26 schrieb "Prajwal Manjunath" notifications@github.com:

This isn't really an issue; just a shout out to check if anyone is interested in helping me port this to AngularJS. To me it's both a learning exercise, and to test how far Angular can be taken without jQuery. I've started on this actually, it probably even has a better base (my implementation can take more than 2 levels of menus), but the UI implementation really has me flummoxed. If anyone is interested do PM me.

— Reply to this email directly or view it on GitHubhttps://github.com/documentcloud/visualsearch/issues/101 .

zhakid commented 11 years ago

can i help too!.

So?

knowtheory commented 11 years ago

Hey, fork away guys, although I think we'd be more interested in taking a web-component-y crack at this, and working on being interoperable regardless of how VisualSearch is implemented internally.

Any interest in that?

edgarnadal commented 11 years ago

I'm interested on that. Let's work on that @knowtheory

FoxxMD commented 10 years ago

I'd also be interested in this

samuelclay commented 10 years ago

Having built the original on Backbone.js, I think there is almost no possible way for this is to rewritten with Angular.js support without a complete rewrite. You might as well start a new project.

amcdnl commented 9 years ago

This is really similar; thought i'd share for others : http://dnauck.github.io/angular-advanced-searchbox/

escapedcat commented 9 years ago

good share @amcdnl

tangokhi commented 9 years ago

Did anyone port it to angular ?