GeoDB::Search::Rating.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Rating - search waypoint ratings

SYNOPSIS

geoqo -s ``rating:myrating>myvalue'' -l

DESCRIPTION

START HELP

The rating plugin lets you search ratings that may have been placed on a cache using the modify rate module.

   > geoqo -s ident:gcabcd -m rate:fun=8
 
   > geoqo -s "rating:fun>5" -d count
   Search Result Count: 1
 
 

If you have downloaded average ratings from the ratings server, you can search by those as well by prefixing the name with ``others:'' to search by the average rating given to the cache by others:

   > geoqo -s "rating:others:fun>5"
 
 

If you want to search for all caches that you have not rated for a particular category, use:

   > geoqo -s "rating:fun=-"
 
 

END HELP

AUTHOR

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