Free tagging support

Alan D. - September 6, 2009 - 15:23
Project:TaxiSelect
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Alan D.
Status:postponed
Description

Implement a feature similar to active tags to be able to control all three forms of taxonomic displays within drupal 6.

IE: The multiselect feature expanded.

#1

Alan D. - September 29, 2009 - 10:53
Status:active» closed

Dropping this feature as the resulting widget had no usability benefits and the extra code wouldn't be worth supporting.

#2

Flying Drupalist - October 17, 2009 - 09:48

I need the ability to add terms on the fly. Can this module do this? Is the pseudo free tagging this feature?

#3

Alan D. - October 18, 2009 - 03:41

Yes it can but the settings pages were broken in the alpha 3 release. The updated alpha 4 release should be functional.

For an example, see http://www.caignwebs.com.au/contributions/node/5/edit and try one of the first two examples. As you type a new term, the autocomplete changes to "Xxxx (new)", where Xxxx is the user submitted text.

The search is case insensitive, so "New", "NEW", and "new", etc will be located first before a new term is added. Only a single level can be added at a time, but this is done during the add, so multiple nested new terms be added, slowly building up the new term parental path.

Eg:

New parent (new)
New child (new) > New parent
etc

#4

Flying Drupalist - October 18, 2009 - 08:31
Category:feature request» support request
Status:closed» active

Thanks, adding top level terms work well.

I was not able to figure out how to add terms that are part of a hierarchy.

Please give me a real life example.

I have the term food.

Food
-Spanish
-Thai
-Russian

How do I add the term American as a subterm of the term food? What would I input in the box?

Thanks.

#5

NLMA - October 18, 2009 - 10:14

I believe you'd have to start typing 'American' followed by a comma and then 'Food'
Like this:
American (new), Food

This ties into my question. Is it possible to reverse this order so that I could type:
Food, American(New) ?

#6

Alan D. - October 18, 2009 - 12:01
Status:active» postponed

@Flying Drupalist Each have to be added one at a time. Maybe not the best workflow, but ensures much simpler code / queries. This can be done fully using the AHAH add action, just one by one.

I will add as an optional feature, but will be postponed for the meantime.

@NLMA I have had thoughts about this, but I haven't actually tried yet. I really need to get some automated tests for all existing functionality before starting, as while adding a new feature like this is probably only about 30min work, the manual testing is taking hours to do. Each new feature doubles the testing required.

Eg: Single select, autocomplete only, skip root, multi-tag, reverse lookup would give 2^5 combination's for testing.

Again, this will be a postponed request as I really need to get onto some other projects. I'll open another issue to track this request. #607728: Reverse lookup order on autocomplete

#7

NLMA - November 19, 2009 - 07:52

I'm not a dev, so I truly appreciate every minute you spend on Drupal's projects. Thank you!

 
 

Drupal is a registered trademark of Dries Buytaert.