Hi,
Im not sure its a bug, or on purpose. Either way, it looks like the expression shown from the Search.php is failing when numbers are used in the namespace. Currently this condition does not generate any obvious errors, just a table with an row count that is equal to the ammount or rows in the database bit without the actual values. The fields are rendered correcly in the search filters but not shown in the tablerows. Filtering works (less rows) but again without any data in the roe colums.
As a fix I will be renaming all namespaces but some additional documentation on the wiki Search() / DBTM might be helpfull for other developers.
It also feels a bit weird in the current implementation doent allow numbers in the plugin namespaces. This might also introduce issues in the future when vendor namespaces dont comply with this convention.

Hi,
Im not sure its a bug, or on purpose. Either way, it looks like the expression shown from the Search.php is failing when numbers are used in the namespace. Currently this condition does not generate any obvious errors, just a table with an row count that is equal to the ammount or rows in the database bit without the actual values. The fields are rendered correcly in the search filters but not shown in the tablerows. Filtering works (less rows) but again without any data in the roe colums.
As a fix I will be renaming all namespaces but some additional documentation on the wiki Search() / DBTM might be helpfull for other developers.
It also feels a bit weird in the current implementation doent allow numbers in the plugin namespaces. This might also introduce issues in the future when vendor namespaces dont comply with this convention.