You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I want to add weighted search for one of my projects that use Haystack, so that should be coming soon.
Yeah, it should be possible to perform that search by building your own query and passing it to Query.run/2. I need to expand the documentation on how to do this, so I'll try doing this as an example.
Hi, is there a way to define weights so that the most relevant fields give a higher score?
For example, if I have blog posts with
title
andbody
, a match on the title should be more relevant than one in the body.The text was updated successfully, but these errors were encountered: