Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
opensource.appbase.io
Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
1–10 of 17 posts
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#2We're just putting out the 1.0 release of ReactiveSearch Vue - https://medium.appbase.io/reactivesearch-vue-1-0-ui-componen.... It's a sister library to ReactiveSearch for React, with a similar aim of removing the pain out of building search UIs.
It takes care of querying, managing search state and updating your UI. There are 10 built-in components: https://docs.appbase.io/docs/reactivesearch/vue/overview/Sho... which can help one get started in minutes. However, it's very much designed to allow bringing in your own UI components and design systems.
Direct Github link: https://github.com/appbaseio/reactivesearch.
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#3But...do you think you might ever write an adaptor for people to use them with Apache Solr, rather than ElasticSearch? makes puppydog eyes
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#4As someone who has built search interfaces for a decade now, these are so gorgeous. Really, really nice. But...do you think you might ever write an adaptor for people to use them with Apache Solr, rather than ElasticSearch? makes puppydog eyes
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#5As someone who has built search interfaces for a decade now, these are so gorgeous. Really, really nice. But...do you think you might ever write an adaptor for people to use them with Apache Solr, rather than ElasticSearch? makes puppydog eyes
We've been asked about this a couple of times. It's not a trivial undertaking but it's definitely something on our mind.
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#6Hi HN folks! We're just putting out the 1.0 release of ReactiveSearch Vue - https://medium.appbase.io/reactivesearch-vue-1-0-ui-componen... . It's a sister library to ReactiveSearch for React, with a similar aim of removing the pain out of building search UIs. It takes care of querying, managing search state and updating your UI. There are 10 built-in components: https://docs.appbase.io/docs/reactivesearch/vue/overvi…
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#7Hi HN folks! We're just putting out the 1.0 release of ReactiveSearch Vue - https://medium.appbase.io/reactivesearch-vue-1-0-ui-componen... . It's a sister library to ReactiveSearch for React, with a similar aim of removing the pain out of building search UIs. It takes care of querying, managing search state and updating your UI. There are 10 built-in components: https://docs.appbase.io/docs/reactivesearch/vue/overvi…
This is incredibly polished, so much that I kept looking for a pricing page. How are you able to cover all this with support licenses?
We offer a hosted search service at appbase.io which funds this and have very recently started offering it more broadly as a managed platform for any ElasticSearch upstream. It offers a better search development experience, out-of-the-box search/click analytics and more fine-grained security features: https://medium.appbase.io/appbase-io-clusters-a-supercharged....
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#8Earlier quoted context omitted.
We've been asked about this a couple of times. It's not a trivial undertaking but it's definitely something on our mind.
If you set up crowdfunding to cover the costs of the dev work, I know people who would chip in.
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#9screenshot: https://paste.pics/7FLK0
Re: Show HN: ReactiveSearch Vue – Build Search UIs in Record Time
#10seems like it only performs the search on the last word instead of the entire query. is that the expected behavior? screenshot: https://paste.pics/7FLK0
The way a search would work is configurable via props and you might want to set it differently than how we have with the demo. See the doc for this: https://docs.appbase.io/docs/reactivesearch/vue/search/DataS....