Skip to content
New issue

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

Sort not working by " \| " #163

Open
AViktorovGRSE opened this issue Dec 1, 2021 · 1 comment
Open

Sort not working by " \| " #163

AViktorovGRSE opened this issue Dec 1, 2021 · 1 comment

Comments

@AViktorovGRSE
Copy link
Contributor

AViktorovGRSE commented Dec 1, 2021

We have some items in a db. If we will use for sorting "\|" it will not work. At the result we will get all items from the db.
Example: item1: Cat1\| , item2:Cat2
Sorting by:\|
Result: Cat1\| , Cat2
Expected value: Cat1\|

@sajjadsaharkhan
Copy link

why in sorting do you expect to filter the result?

you should use a filter instead of sorting!
sorting gets a parameter name to sort it based on type (number or string or ...) ascending or descending :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants