photools.com Community

IMatch Bug Reports and Feature Requests => Feature Requests => Solved (Feature Requests) => Topic started by: neal on November 12, 2021, 02:16:56 PM

Title: Add option to sort alphabetically the list of recently used keywords (2)
Post by: neal on November 12, 2021, 02:16:56 PM
Mario,
In the IMatch HELP system under KEYWORDS, it says:

Recent
This list displays the last 50 used keywords in alphabetical order.

However, this is not so. Please fix this and also change it so that ALL the recently used keywords are alphabetized. This would be extremely useful. Thanks.
Neal
Title: Re: Add option to sort alphabetically the list of recently used keywords (2)
Post by: Jingo on November 12, 2021, 03:30:04 PM
I actually prefer to have the recent keywords sorted as they currently are - most recently used at the top of the list.  Makes quick and easy work to re-apply the same keywords over and over.. 
Title: Re: Add option to sort alphabetically the list of recently used keywords (2)
Post by: Mario on November 12, 2021, 03:56:20 PM
I have fixed the wrong info in the help for the next help update. The Recent list sorts by most recently used, which makes re-assigning recently used keywords all the quicker. Which is the intention of this tab.
I see no real use-case for sorting this alphabetically.
Title: Re: Add option to sort alphabetically the list of recently used keywords (2)
Post by: Mario on November 13, 2021, 11:43:52 AM
Starting with the next IMatch / IMWS release, you can fetch an alphabetical list of recently used keywords using this endpoint (in your web browser):

http://127.0.0.1:50519/v1/keywords/recent?alphabetical=true

Change the URL accordingly to your IMWS server name / IP and port.
Title: Re: Add option to sort alphabetically the list of recently used keywords (2)
Post by: neal on November 13, 2021, 12:52:20 PM
Thanks!