Skip to content

Disjunctive facets may break when used with signed search keys #25

@TCMiranda

Description

@TCMiranda

Hello! I'm having trouble to make disjunctive facets work with signed search keys.

I think it's related to this: elastic/search-ui#347

On this line, I see that we are cleaning up request filters, but on my case filters are still sent this way:
Screenshot from 2020-06-02 11-34-24

Which seems to cause some kind of issue with AppSearch using signed search keys.

  "alerts":[{"code":5001,"message":"Degraded search results","link":"https://swiftype.com/documentation/app-search/alerts#5001"}]

What I tried:

  • If I remove filters on that request it works even with a signed search key
  • Also if I change the signed search key to a normal search key, it also works.

One last thing
My search key only applies one filter:
Screenshot from 2020-06-03 15-32-39

Any help is much appreciated!!
Thanks

Metadata

Metadata

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