feature(redux-devtools-app/ui): add search feature to state#1305
feature(redux-devtools-app/ui): add search feature to state#130580avin wants to merge 8 commits intoreduxjs:mainfrom
Conversation
|
|
Will you fix that @80avin, i would like to have this feature. |
|
@ximfritz I couldn't get time to complete the PR in JSONPath-plus. I'll try to finish it in few weeks now. |
66a6b8a to
e012515
Compare
Add search feature for State tree.
Search is done using a fork of JSONPath-plus (fork used: JSONPath-Plus/JSONPath#185 ) which adds support for Content Security Policy by eliminating the use of
eval/Function.Being JSONPath, we can use complex expressions to search the tree by property names or values.
A sample expression is
$..[?(@ && @.id%3 === 0)]tried in https://zalmoxisus.github.io/examples/router/#/Standard%20Todo?_k=pnapmsFixes #989