-
Story
-
Resolution: Obsolete
-
Optional
-
None
-
None
-
None
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Yes
-
undefined
-
For a set of plans: Plan A, A plan B and The plan C, this is the filtering logic currently in place:
plans.search('A') // -> ['Plan A', 'A plan B', 'The plan C'] plans.search('plan') // -> ['Plan A', 'A plan B', 'The plan C']
It would be nice to sort those items alphabetically though:
plans.search('A') // -> ['A Plan B', 'plan A', 'The plan C']
What we have now in the applications plan typeahead search, the list in the search is in the same order as the one in the list.
