Skip to content

Index table "Exact AND" keyword logic issue when post ID search is enabled #121

@ernestmarcinko

Description

@ernestmarcinko

Describe the bug

The Index Table search seems to exclude some matches when the AND with exact keyword matches primary logic is selected.
The issue is related to the post ID search and the function mergeRawResults, where the merge does not treat the Post ID query matches separately and the intersection of arrays return short of potential matches.

TODO

  • The exact title & CF query array key should be a string
  • The "starts with" title & CF query array keys should also be a string
  • The post ID query key should be also keyed in the query array
  • The mergeRawResults method should deal with the above matches

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions