Search Relevance order

Hi Alejandro,

If several entity results have the exact same relevance score (so the exact same semantic similarity, and the same relevance from text / phrase matches), then we use an internal / immutable unique ID for each entity as the final tiebreak. You can see this ID in the URL for any Entity.

Note that in general, assuming the content for the entities are unique, this should be fairly rare. Text Search for instance also considers the relative importance of each token in the entity, and in the result set overall (this is based on the BM25 algorithm), so even the exact same number of token matches may not produce the same relevance score for different results.

If you have not seen it already, you can read more about the exact mechanisms of the search algorithm here.

Best,
Alex