I’m looking to boost results where a boolean field is true. I have a scoring profile set up for my string values which works great. However, I’ve not found a way to boost if the boolean field has a true value in the scoring profile or outside of the scoring profile. I’ve tried adding it in the search parameter like so:
mysearchterm OR (mysearchterm AND resultisfeatured:(true))^2
and it returns odd results and does not boost those results any higher.