Skip to content

[feature] Extend tome search in createquest to include description #979

@hulto

Description

@hulto

Is your feature request related to a problem? Please describe.
Create Quest view doesn't search across tome description which makes it hard to find the thing.

Describe the solution you'd like
Query both tome name and tome description when searching for tomes in the create quest view.
The query should look like this:

query tomes {
  tomes(where: {
    descriptionContains:"content"
  }) {
    name
    description
  }
}

Describe alternatives you've considered
Na

Additional context
Na

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions