Lines 1-20
Link Here
|
|
|
1 |
# Copyright 2015 Catalyst IT |
1 |
# |
2 |
# |
2 |
#=============================================================================== |
3 |
# This file is part of Koha. |
3 |
# |
4 |
# |
4 |
# FILE: Koha_SearchEngine_Elasticsearch_Search.t |
5 |
# Koha is free software; you can redistribute it and/or modify it |
|
|
6 |
# under the terms of the GNU General Public License as published by |
7 |
# the Free Software Foundation; either version 3 of the License, or |
8 |
# (at your option) any later version. |
5 |
# |
9 |
# |
6 |
# DESCRIPTION: |
10 |
# Koha is distributed in the hope that it will be useful, but |
|
|
11 |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
12 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 |
# GNU General Public License for more details. |
7 |
# |
14 |
# |
8 |
# FILES: --- |
15 |
# You should have received a copy of the GNU General Public License |
9 |
# BUGS: --- |
16 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
10 |
# NOTES: --- |
|
|
11 |
# AUTHOR: Chris Cormack (rangi), chrisc@catalyst.net.nz |
12 |
# ORGANIZATION: Koha Development Team |
13 |
# VERSION: 1.0 |
14 |
# CREATED: 09/12/13 09:43:29 |
15 |
# REVISION: --- |
16 |
#=============================================================================== |
17 |
|
18 |
use strict; |
17 |
use strict; |
19 |
use warnings; |
18 |
use warnings; |
20 |
|
19 |
|
21 |
- |
|
|