GEDAFE-SEARCH(1)                    gedafe                    GEDAFE-SEARCH(1)



NNAAMMEE
       gedafe-search - Searching in gedafe.

SSTTAATTUUSS
       Testing

DDEESSCCRRIIPPTTIIOONN
UUSSAAGGEE
       Search questions can be entered into multiple rows.  These rows are
       joined by AND operators into the query to the database.  Per field you
       can enter multiple words. These are also joined by an AND operator.
       Individual fields can also contain the OR operator.

       To remove a line of search questions just clear the textbox next to it.

       Example:

       foo bar   <=> foo AND bar

       foo OR bar    <=> foo OR BAR (unchanged)

OOppeerraattoorrss
       A question may be preceded by a comparison operator:

       Example:

       > 5

       not apple

       These operators are supported:

       Operator: What it does:

       ----------------------------------------

        =      ->      compare char by char

        >=     ->      >=

        <=     ->      <=

        ~*     ->      =~

        =~     ->      =~

        >      ->      >

        <      ->      <

               ->      finds needle in haystack*

       * this is the default behaviour when no operator is specified.

BByytteeaa ccoolluummnnss
       Unfortunately we can't search bytea columns yet.

CCOOPPYYRRIIGGHHTT
       Copyright (c) 2004 Freek Zindel, All rights reserved.

LLIICCEENNSSEE
       This program is free software; you can redistribute it and/or modify it
       under the terms of the GNU General Public License as published by the
       Free Software Foundation; either version 2 of the License, or (at your
       option) any later version.

       This program is distributed in the hope that it will be useful, but
       WITHOUT ANY WARRANTY; without even the implied warranty of MER-
       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
       Public License for more details.

       You should have received a copy of the GNU General Public License along
       with this program; if not, write to the Free Software Foundation, Inc.,
       675 Mass Ave, Cambridge, MA 02139, USA.

AAUUTTHHOORR
       Freek Zindel <freek@zindel.nl>



1.4.0                             2007-03-16                  GEDAFE-SEARCH(1)
