/[Search-TokyoDystopia]/lib/Search/TokyoDystopia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17 by dpavlin, Mon Aug 18 17:45:56 2008 UTC revision 18 by dpavlin, Mon Aug 18 18:28:05 2008 UTC
# Line 33  tcidbclose Line 33  tcidbclose
33  tcidbput  tcidbput
34  tcidbout  tcidbout
35  tcidbget  tcidbget
36    tcidbsearch
37    IDBSSUBSTR
38    IDBSPREFIX
39    IDBSSUFFIX
40    IDBSFULL
41    IDBSTOKEN
42    IDBSTOKPRE
43    IDBSTOKSUF
44  );  );
45    
46  =head1 NAME  =head1 NAME
# Line 110  use constant { Line 118  use constant {
118        
119    my $text = tcidbget( $idb, $id );    my $text = tcidbget( $idb, $id );
120    
121    =head2 tcidbsearch
122    
123      my @ids = tcidbsearch( $idb, $word, IDBSSUBSTR )
124    
125    =cut
126    
127    use constant {
128            IDBSSUBSTR => 0,                # substring matching
129            IDBSPREFIX => 1,                # prefix matching
130            IDBSSUFFIX => 2,                # suffix matching
131            IDBSFULL => 3,          # full matching
132            IDBSTOKEN => 4,         # token matching
133            IDBSTOKPRE => 5,                # token prefix matching
134            IDBSTOKSUF => 6,                # token suffix matching
135    };
136    
137  =head1 KNOWN BUGS  =head1 KNOWN BUGS
138    
139  Low-level functions often just die when called on invalid (or deleted) database  Low-level functions often just die when called on invalid (or deleted) database

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26