Search profiles for content types

When creating a search page, we typically configure the search with levenstein and field boosting, etc.

ASFAIK it’s not possible/difficult to configure the content search in content studio in that way.

What if one could store a boosting profile in the content type xml itself.
That would work within a content type at least.

If you are searching in multiple content types I guess one would have to take that into consideration when setting up boosting in both content types xml file.

Lets a say you have two content types A and B.
A.data.fieldX and B.data.fieldY has the same value: “value”
You give A.data.fieldX a boosting of 4
And B.data.fieldY a boosing of 5

When searching for “value” the search results should list B first, then A.

We will not prioritise this right now.