Project

General

Profile

Bug #25334

Updated by Clark ANDRIANASOLO about 2 months ago

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) :  
 !clipboard-202408211203-xwdob.png! 

 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 results : 

 !clipboard-202408211212-pj9uk.png! 
 !clipboard-202408211202-3kbiy.png! 

Back