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
dannytayjy
changed the title
Putting $ in price when finding product
Find products by PRICE (e.g., 1.99) able to work even with $ in front of 1.99
Apr 1, 2022
Problem: Find products by PRICE (e.g., 1.99) able to work even with $ in front of 1.99
Find Command:
find p:$1.99
Before Execution of Command in Command Text Box:
After Execution of Command in Command Text Box:
Command:
find p:1.99
Before Execution of Command in Command Text Box:
After Execution of Command in Command Text Box:
Actual Outcome:
find p:$1.99
andfind p:1.99
Expected Outcome:
The text was updated successfully, but these errors were encountered: