react-bootstrap-table/react-bootstrap-table2

Search on field that contains array items

Open

#642 ouverte le 1 nov. 2018

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (415 forks)batch import
good first issuehelp wantedsearch

Métriques du dépôt

Stars
 (1 249 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

When you try to search on column that contains array items it's not working properly. Is there any way to fix this issue? Example: array = [ 'dog', 'cat', 'parrot'] search field value = 'dog parrot' Result: row is hidden which should not be the case.

Thanks.

Guide contributeur