For AI Search combined with database search, results are reordered by new results are not added

Created on 17 October 2024, 2 months ago

Problem/Motivation

If you search for something that contains the words you are after, the AI Search can boost the results in the database search BUT if you use terms that don't exist in the results, the database search excludes them, so the boosting of nothing has no effect.

Steps to reproduce

E.g. search Umami for 'Green veggies' - these produce no results in database search, and therefore no results in AI Search BUT they should as there are plenty of results that are talking about green veggies, just not using those terms.

Proposed resolution

WHERE (words IN (...) OR item_id IN (AI search IDs))

Remaining tasks

MR

User interface changes

N/A

API changes

N/A

Data model changes

N/A

📌 Task
Status

Active

Version

1.0

Component

AI Search

Created by

🇬🇧United Kingdom scott_euser

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024