Changeset 243 for trunk/lib/OpenGuides/SuperSearch.pm
- Timestamp:
- 09/23/03 17:10:12 (5 years ago)
- Files:
-
- 1 modified
-
trunk/lib/OpenGuides/SuperSearch.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OpenGuides/SuperSearch.pm
r242 r243 190 190 # Search categories. 191 191 my @catmatches = $wiki->list_nodes_by_metadata( 192 metadata_type => "category",192 metadata_type => "category", 193 193 metadata_value => $search, 194 ignore_case => 1, 194 195 ); 195 196 … … 204 205 # Search locales. 205 206 my @locmatches = $wiki->list_nodes_by_metadata( 206 metadata_type => "locale",207 metadata_type => "locale", 207 208 metadata_value => $search, 209 ignore_case => 1, 208 210 ); 209 211 foreach my $node ( @locmatches ) {
