the above is extracted from guest filter command section. As there are many parameters to account for, these little restrictions imposed on certain parameters is unnecessarily complicated for users as I will like to search for my guests fast. Consider this small data size I have created
When I added my guest, I tagged some as friends and some as friend but anyways, they are still my friends. So, when I execute the command guest filter t/friend, I expect to only have the guest Bob in my list. However, this really inconveniences users as firstly, I need to take note that this particular tag has some restrictions to searching and secondly, I have to filter twice, one as friend and another time as friends. Since you have done the filtering of other parameters with partial match, I am sure these parameters could have achieved the same effect.
As mentioned in your UG,
the above is extracted from
guest filter
command section. As there are many parameters to account for, these little restrictions imposed on certain parameters is unnecessarily complicated for users as I will like to search for my guests fast. Consider this small data size I have createdWhen I added my guest, I tagged some as
friends
and some asfriend
but anyways, they are still my friends. So, when I execute the commandguest filter t/friend
, I expect to only have the guestBob
in my list. However, this really inconveniences users as firstly, I need to take note that this particular tag has some restrictions to searching and secondly, I have to filter twice, one asfriend
and another time asfriends
. Since you have done the filtering of other parameters with partial match, I am sure these parameters could have achieved the same effect.