Closed
Description
Given 2 database defined by different schemas (test_a, test_b)
The table aggregation combining these 2 schemas only returned data from test_a while test_b data was completely missing.
---- struct table ----
schema: test_a, test_b
col: %pageid%, *
----
Possible cause per Andi's post on DokuWiki Forum
the problem is probably also related to the assignment checks done in SearchSQLBuilder::addSchemas() despite this being serial data and that limiting that check to $first_table seems kinda bogus anyway.
References:
Metadata
Metadata
Assignees
Labels
No labels