Acceptance criteriaAC#1
Given a user with a bookmark with an accent, for example café , when searching for cafe we should return the bookmark with the accent.
AC#2
Given a user with a bookmark without an accent, for example cafe , when searching for café we should return the bookmark without the accent, ignoring the accent on the search query.
AC#3
Given a user with a bookmark with symbols, for example, Site • Login , when searching for site login then we should return the bookmark with the symbol
AC#4
Given a user with a bookmark without symbols, for example, Site Login , when searching for site • login then we should return the bookmark without the symbol ignoring the symbol in the search query.
Steps to test this PR
Accents
Add a bookmark, and in the bookmark name, add it with an accent. For example, café
Go to the bookmarks manager or the bookmark panel and start a search
Search for cafe (without the accent)
It should return the result
Do the same thing but viceversa. Create a bookmark without an accent, for example, cafe, and search for café, the accent should be ignored and the result should be returned in the search.
Symbols
Add a bookmark, and in the bookmark name, add it with a symbol. For example, Site • Login
Go to the bookmarks manager or the bookmark panel and start a search
Task/Issue URL: https://app.asana.com/0/1203972458584429/1208262956542583/f Tech Design URL: CC:
Description
Acceptance criteria AC#1 Given a user with a bookmark with an accent, for example
café
, when searching forcafe
we should return the bookmark with the accent.AC#2 Given a user with a bookmark without an accent, for example
cafe
, when searching forcafé
we should return the bookmark without the accent, ignoring the accent on the search query.AC#3 Given a user with a bookmark with symbols, for example, Site • Login , when searching for site login then we should return the bookmark with the symbol
AC#4 Given a user with a bookmark without symbols, for example, Site Login , when searching for site • login then we should return the bookmark without the symbol ignoring the symbol in the search query.
Steps to test this PR
Accents
café
cafe
(without the accent)cafe
, and search forcafé
, the accent should be ignored and the result should be returned in the search.Symbols
Site • Login
site login
(without the symbol)Definition of Done:
—
Internal references:
Pull Request Review Checklist Software Engineering Expectations Technical Design Template Pull Request Documentation