diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-08 03:22:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-08 03:22:10 +0100 |
| commit | d57f244f5bf0ab7e86446d0088079fbd008d13df (patch) | |
| tree | 538a710e62effd118617728ca86ba18bcb3ded9d /search/lib/Bucky/Search.pm | |
| parent | 192abb9db60f95968953b515ce18700c6b2da090 (diff) | |
building search index w/ old perl lib
Diffstat (limited to 'search/lib/Bucky/Search.pm')
| -rw-r--r-- | search/lib/Bucky/Search.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search/lib/Bucky/Search.pm b/search/lib/Bucky/Search.pm index e01d55a..c3516a1 100644 --- a/search/lib/Bucky/Search.pm +++ b/search/lib/Bucky/Search.pm @@ -32,7 +32,7 @@ sub index_close untie %$index; } sub index_filename - { "gross.db" } + { "search_init.db" } sub auto_index { my ($self, $auto_index) = @_; |
