appbaseio / appbaseio/reactivesearch

Is there a good way to make the search "live?"

Abierto
#1,080 1 comentario 1 reacción 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
JavaScript
Estrellas
4.9k
Forks
478
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Affected Projects**
React

**Is your feature request related to a problem? Please describe.**
I'm trying to keep my result card list updated when things change in the backend without the user having to execute a new search to get the new results. I was thinking to just set the value to empty again on update to anything that changes the backend. But, since onValueSelected only get executed when you press [enter] I'm not sure how to make the results live. (or even just force a reload of results)

**Describe the solution you'd like**
Either a way to forcibly reload results or update results onValueChange.

**Additional context**
My search is displaying documents that can be changed in the frontend. If a user changes one of these documents and then clicks on one of the result cards afterward, it's possible the document no longer exists.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.