get-focus / deprecated-focus-search

Interfaces and components to easily inject search functionalities in you application.
http://getfocus.io/focus-documentation/
MIT License
2 stars 3 forks source link

[Advanced Search] Crash in buildFieldForLineSearch #58

Closed tadam75 closed 7 years ago

tadam75 commented 7 years ago

Hello,

Sometimes the advanced search crashes, when I type in the search bar for instance.

Here is my data : {"list":[{"id":4,"code":"4","libelle":"My Libelle","isActif":true,"libelleSousFamille":"MySousFamille"}],"listType":"ArticleDocument","totalCount":1,"query":{"scope":"all","facets":{},"criteria":"lib","sortDescending":false,"skip":0,"top":50}}

In my stack trace, the bug comes from here : https://github.com/get-focus/focus-search/blob/a3699301a23bbea0f854b18579e539e1ed773e5d/src/store/index.js#L10

(Object.keys crash on undefined value)