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
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
When we are indexing a listing it would be helpful and increase search quality if we were to add category and subCategory names to the indexing text. This way for example a Ferrari listed in Cars and Trucks subCategory would be returned in a cars search query.
A challenge is how do we translate category/subCategory fields.
One proposed solution is that we take into account the current locale selected by the user (located in the left part of the footer in the DApp) and at index time translate category/subcategory to that language and add that to listing's index.
The text was updated successfully, but these errors were encountered:
When we are indexing a listing it would be helpful and increase search quality if we were to add category and subCategory names to the indexing text. This way for example a Ferrari listed in
Cars and Trucks
subCategory would be returned in acars
search query.A challenge is how do we translate category/subCategory fields.
One proposed solution is that we take into account the current locale selected by the user (located in the left part of the footer in the DApp) and at index time translate category/subcategory to that language and add that to listing's index.
The text was updated successfully, but these errors were encountered: