vaimee / desmo-dapp

0 stars 1 forks source link

Use JSONPath to filter TDs that has the requested property #18

Open relu91 opened 2 years ago

relu91 commented 2 years ago

Currently, the DApp filters the returned set of TDDs to look for TDs that have the queried property. But filtering on the DApp is an inefficiency cause the TDD might have 10K tdds but only one has the requested property. We should implement and advance functionality in the DApp that is able to merge the staticFilter with: $?[@.properties.(selectedProp)]