Opened 7 years ago
Closed 6 years ago
#42444 closed defect (bug) (worksforme)
Quotes in post title are not searched correctly when on mobile
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Reported in https://github.com/woocommerce/woocommerce/issues/17564 but affects all post types.
To reproduce the issue:
- Create a post with a quote in the title e.g. "Hello World Y'all" using desktop browser.
- Search for "Y'all" in desktop browser. Results found.
- Search for "Y'all" on mobile (I used xcode simulator to simulate iPhone). No results.
Looks like some kind of weird encoding bug.
Change History (1)
Note: See
TracTickets for help on using
tickets.
This happens only in the simulator because the simulator replaces the quote sign with the a "smart" quote. While using the actual device it worked all right.