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 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\|