Skip to content

[Bug Report] Table Aggregation Error: Only One Schema's Data Displayed When Combining Two Schemas #683

Closed
@vvclin-git

Description

@vvclin-git

Given 2 database defined by different schemas (test_a, test_b)

image.png

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%, *
----

image.png

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions