Hide
original bugid: #6664
Take this example:
<command name="search" nodepath="datatypes,related,data" fields="data.waarde"
constraints="datatypes.soort='GalerijFormaat'"
orderby="data.waarde" age="-1">
<prompt></prompt>
<search-filter>
<name>Waarde bevat</name>
<search-fields>data.waarde</search-fields>
</search-filter>
</command>
The pop-up with the searchresults always shows the same results, ignoring the value the user has entered as searchkey. In effect the searchkey is ignored.
This problem only occurs when the nodepath in the search-command contains multiple elements, as in the example above.
Show
original bugid: #6664
Take this example:
<command name="search" nodepath="datatypes,related,data" fields="data.waarde"
constraints="datatypes.soort='GalerijFormaat'"
orderby="data.waarde" age="-1">
<prompt></prompt>
<search-filter>
<name>Waarde bevat</name>
<search-fields>data.waarde</search-fields>
</search-filter>
</command>
The pop-up with the searchresults always shows the same results, ignoring the value the user has entered as searchkey. In effect the searchkey is ignored.
This problem only occurs when the nodepath in the search-command contains multiple elements, as in the example above.