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