Improve the sort order of candidate groups on invite modal
Improve the sort order of candidate groups on invite modal
Currently, candidate users/groups that partially match the texts I entered are displayed in the ascending order.
We want a way to get the user/group that perfectly matches the texts I entered displayed at the top.
For e.g., let's say we have the 4 groups each titled "Enterprise Sales team", "Commercial Sales team", "Online Sales team", "Sales team".
With current design, when I type "Sales team" in the textbox, candidate groups are returned in the below order (every group that contains "Sales team" is returned in an alphabetic order):
Commercial Sales team
Enterprise Sales team
Online Sales team
Sales team
We want "Sales team" displayed at the top because that perfectly matches the text I entered. Like below:
Sales team
Commercial Sales team
Enterprise Sales team
Online Sales team
-
AdminJoeChang (Product Manager, Box) commented
Improve the sort order of candidate groups on invite modal
Currently, candidate users/groups that partially match the texts I entered are displayed in the ascending order.
We want a way to get the user/group that perfectly matches the texts I entered displayed at the top.
For e.g., let's say we have the 4 groups each titled "Enterprise Sales team", "Commercial Sales team", "Online Sales team", "Sales team".
With current design, when I type "Sales team" in the textbox, candidate groups are returned in the below order (every group that contains "Sales team" is returned in an alphabetic order):
Commercial Sales team
Enterprise Sales team
Online Sales team
Sales teamWe want "Sales team" displayed at the top because that perfectly matches the text I entered. Like below:
Sales team
Commercial Sales team
Enterprise Sales team
Online Sales team