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
We have enhanced the search API response by including a score field in the results. This change is intended to provide more detailed information about the relevance of the search results. The specific modification involves adding SCORE_SORT_VALUE to the list of API response fields in the QueryFieldConfig class.
The text was updated successfully, but these errors were encountered:
We have enhanced the search API response by including a
score
field in the results. This change is intended to provide more detailed information about the relevance of the search results. The specific modification involves addingSCORE_SORT_VALUE
to the list of API response fields in theQueryFieldConfig
class.The text was updated successfully, but these errors were encountered: