GeoDB::Search::Tag.3pm

Langue: en

Version: 2008-11-19 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Tag - search waypoints by tags

SYNOPSIS

geoqo -s tag:tag=cool -l

DESCRIPTION

START HELP

Tag searches tags that you yourself or others have placed on a cache.

You can place them using the Tag Modify plugin:

   > geoqo -s ident:gcabcd -m tag:cool/awesome
 
   > geoqo -s tag:cool -d count:
   Search Result Count: 1
 
 

Prefix the tag names with ``mine:'' if you want to search just you tags, or ``others:'' if you want to search other people's tags.

   > geoqo -s tag:mine:cool -d count:
   Search Result Count: 1
 
   > geoqo -s tag:others:cool -d count:
   Search Result Count: 2
 
 

END HELP

AUTHOR

Wes Hardaker (AKA Yamar) <hardaker ATAT users.sourceforge.net>