Lines 714-719
sub _convert_index_fields {
Link Here
|
714 |
my %index_type_convert = |
714 |
my %index_type_convert = |
715 |
( __default => undef, phr => 'phrase', rtrn => 'right-truncate', 'st-year' => 'st-year' ); |
715 |
( __default => undef, phr => 'phrase', rtrn => 'right-truncate', 'st-year' => 'st-year' ); |
716 |
|
716 |
|
|
|
717 |
@indexes = grep(/.+/, @indexes); # Remove any blank indexes, i.e. keyword |
718 |
|
717 |
# Convert according to our table, drop anything that doesn't convert. |
719 |
# Convert according to our table, drop anything that doesn't convert. |
718 |
# If a field starts with mc- we save it as it's used (and removed) later |
720 |
# If a field starts with mc- we save it as it's used (and removed) later |
719 |
# when joining things, to indicate we make it an 'OR' join. |
721 |
# when joining things, to indicate we make it an 'OR' join. |
720 |
- |
|
|