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
Same as before, you can try search or t/z t/colleagues to return all contacts with tag z or colleagues.
If you only type search or t/z t/colleague, then it will return contacts with tag z only, IF there is no contacts with tag colleague.
However, if you type search t/z or t/colleague, then since none of the contacts contains tag z or or colleague, it will resort to give you relevant search instead. Since we want our relevant search to still be precise, we would only return the contact if majority of the information there match you original search query. As you can see, it will still return contacts with colleagues, since our algorithm know that most likely you mistype colleagues to be colleague. However, our algorithm cannot guarantee that you really want contacts with tag z only instead of z or. Notice that your search query only match like 25% of the original contact information. That's why our algorithm chooses to exclude contacts with tag z only.
We encourage you to try again and do let us know if you still face the same issue. In the actual pe, don't forget to also read the UG command format correctly😀. Thank you!
Related to #1
Search or function is not working as intended.
video:https://raw.githubusercontent.com/LolfoollorS/ped/main/files/f5f9cf0a-62a0-42e2-b364-c66ff13e0744.mp4
The text was updated successfully, but these errors were encountered: