wpdreams / ajax-search-pro-development

Issues and dev tracking repository for Ajax Search Pro for WordPress plugin
0 stars 0 forks source link

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

Closed ernestmarcinko closed 4 months ago

ernestmarcinko commented 4 months ago

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