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