Preferences‎ > ‎

status_tag_order

Description

Determines the matching order for STATUS tagging.

Details

This is a comma separated list of triplets, where each triplet is a combination of:

 Type One of [friends,pages,groups]
Field  One of [name,username]
 Partial     One of [0,1]

For this example, consider the tag order:
friends:username:0,friends:name:0,friends:name:1

With a tag given as @john
First, a match will attempt to find usernames that start with "john".
If no match is found, it will try to match friend names that start with "john"
If no match is found, it will try to match friend names that have the word "john" in them (not necessarily starting with it)

See the Tag Matching page for more details.

Comments