GeoDB::Search::Log.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Log - search waypoint logs

SYNOPSIS

   > geoqo -s log:logger=Yamar -d count
   Search Result Count: 27
 
 

DESCRIPTION

START HELP

The log: search type lets you search waypoint log entries for waypoints matching a criteria. As an example, you can search for all waypoints in you database found by Yamar (me):

       > geoqo -s 'log:finder=Yamar' -d list
       num GCID     Name
         1 GCJVTR   Here's to Your Health Cache
         ...
 
 

Log tokens to search by:

    id
    ident
    date
    type
    logger_id
    logger
    text_encoded
    text
 
 

Special tokens to search by (makes sure a log was made by someone of a particular type):

    finder
    noter
    dnfer
 
 

WARNING: this may be amazingly slow on a mysql server. I think. Postgresql or sqlite2 (the defualt) database backends are just zippy, however.

END HELP

AUTHOR

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