Right now suggested terms can be listed in alphabetical order, in order of recent use, or in order of popularity. However, the taxonomy system already has a custom ordering mechanism of its own, weight. Let's add a fourth sorting option to sort by term weight. (That would, like core, sort by weight and then by name.)

CommentFileSizeAuthor
#5 suggestedterms-weight.patch3.38 KBeabrand

Comments

kardave’s picture

Sorting by recent use is rather a support request, not a feature. Selecting the "sort by recent" option gives the most recently _added_ terms. Sort by recent use is what i needed. Patched local.

Crell’s picture

I have no idea what you just said, but I don't think it is at all related to this thread. if you have another sort method to add, please file a patch as a new issue. :-)

kardave’s picture

i just wanted to say that recently created terms != recently used terms

kardave’s picture

I have another sort method to add. I filed a patch as a new issue. :-)
#380222: Sort by "Recently used" option

eabrand’s picture

StatusFileSize
new3.38 KB

Here is a patch to sort by weight, at the end of the list for the unweighted terms they are sorted by name

Crell’s picture

Status: Active » Fixed

The ordering was backward, but as soon as I took out the DESC it worked fine. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.