rgb-panda
rgb-panda
Great tool! Any updates on this? im interested in integrating it within an existing react app as a component and passing in parameters to the cypher queries visualizing the data....
react-force-graph does seem to support it with td = tree option https://vasturiano.github.io/react-force-graph/example/tree/ https://github.com/vasturiano/react-force-graph/blob/master/example/tree/index.html but when I tried tree with neodash I got a weird result like below 
Hi @WhoisDavid I have a similar usecase, and I tried the code from the sandbox. When searching I get an error [bool] failed to parse field [must]", seems to maybe...
Thanks that confirms my theory, I will open an issue
@WhoisDavid customQuery seems to be working again with 3.14.1 Your suggestion worked partially for me. I'm able to search ES to get the MultiList values, however, it's still limited by...
@siddharthlatest Is NestedMultiList planned for any future release?
@piwel https://github.com/appbaseio/reactivesearch/issues/1385 This helped me with that scenario
> Only appbase instance is supported from v4 of library i.e enableAppbase is true always. You would either need to setup a gateway using [reactivesearch-api](https://github.com/appbaseio/reactivesearch-api) or use [Reactivesearch](https://www.reactivesearch.io/product/search) managed elasticsearch...
First query "query":[{"id":"results","type":"search","dataField":["_score"],"execute":true,"react":{"and":["searchbox","authorsfilter","ratingsfilter","results__internal"]},"size":6,"from":0},{"id":"ratingsfilter","type":"range","dataField":["average_rating"],"execute":false,"react":{"and":"ratingsfilter__internal"},"value":{"start":4,"end":5,"label":"4 stars and up"}}]}' Second Query "query":[{"id":"results","type":"search","dataField":["_score"],"execute":true,"react":{"and":["searchbox","authorsfilter","ratingsfilter","results__internal"]},"size":6,"from":0},{"id":"authorsfilter","type":"term","dataField":["authors.keyword"],"execute":false,"react":{"and":"authorsfilter__internal"},"aggregationSize":5,"value":["**Nora Roberts**"]},{"id":"ratingsfilter","type":"range","dataField":["average_rating"],"execute":false,"react":{"and":"ratingsfilter__internal"},"value":{"start":4,"end":5,"label":"4 stars and up"}}]}'