Skip to content

How to use resolver with tags and array as criteria #513

@muCruiser

Description

@muCruiser

Thanks for the very fast Flexsearch.

Unfortunately i am not able to search for a tag with 2 options using the resolver.

.and({
      tag: [{ startYear: ["1892","1894"] , genres:"Short"}]
  })

Same resolverwith only one of each years works:

.and({
      tag: [{ startYear: "1892" , genres:"Short"}]
  })

What should be the right way or is it a bug?

https://jsfiddle.net/u9x6L0mw/2/

Thanks Cruiser

Metadata

Metadata

Assignees

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