Actions
Bug #25334
closedNode property usage search seems to be limited to 10 elements
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I hate Rudder for that
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Small
Priority:
114
Name check:
To do
Fix check:
To do
Regression:
No
Description
I created more than 10 directives with the usage of the node property : ${node.properties[foo]}
in their parameters.
But when I search for the usages of the node property, some of the directives are missing (Test interpolation technique 6 and 7) :
The problems seems to be on the API. The API searching for node property usages in the Quicksearch seems to always return at most 10 elements, even if there should be more than 10 search results, despite the query having a limit parameter set to 1000 :
Files
Actions