We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When searching in the mesh-ui, the results are ordered by the creation date instead of the relevancy score, this creates the following problems:
Image of a search where the most relevant is not at the top
It seems that this is affected by the code on the images below, I suggest removing the "sort" parameters from these queries as it will use the relevancy by default. Code 1 at "src\app\core\providers\effects\list-effects.service.ts" line 189 Code 2 at "src\app\core\providers\effects\list-effects.service.ts" line 232
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When searching in the mesh-ui, the results are ordered by the creation date instead of the relevancy score, this creates the following problems:
Image of a search where the most relevant is not at the top
It seems that this is affected by the code on the images below, I suggest removing the "sort" parameters from these queries as it will use the relevancy by default.
Code 1 at "src\app\core\providers\effects\list-effects.service.ts" line 189
Code 2 at "src\app\core\providers\effects\list-effects.service.ts" line 232
The text was updated successfully, but these errors were encountered: