Skip to content

findRaw rename feature buggy #2103

@BernhardBaumrock

Description

@BernhardBaumrock
    $data = wire()->pages->findRaw([
      'template' => 'whatever',
    ], [
      'id',
      'title' => 'renamed',
      'os.title',
    ], [
      'nulls' => true,
      'indexed' => false,
    ]);
Image

As you can see the 'title' => 'renamed' will cause the os.title to also be renamed to renamed and it should be title

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