Bug 12478: add the lenient option to the query_string query
[koha.git] / Koha / SearchEngine / Elasticsearch / QueryBuilder.pm
2016-04-26 Robin SheatBug 12478: add the lenient option to the query_string...
2016-04-26 Robin SheatBug 12478: ES is now updated when records are updated...
2016-04-26 Robin SheatBug 12478: a replacement to the SimpleSearch interface...
2016-04-26 Robin SheatBug 12478: fix issue with authority sort order being...
2016-04-26 Robin SheatBug 12478: fix multi-choice stuff in advanced search
2016-04-26 Robin SheatBug 12478: starting to add search to staff client
2016-04-26 Robin SheatBug 12478: fix wrong counts/results for authority searches
2016-04-26 Robin SheatBug 12478: paging is fixed now too
2016-04-26 Robin SheatBug 12478: sort is sorted
2016-04-26 Robin SheatBug 12478: phrase searching for authorities is happier
2016-04-26 Robin SheatBug 12478 - more authorites
2016-04-26 Robin SheatBug 12478 - more authority searching
2016-04-26 Robin SheatBug 12478 - more authority query building
2016-04-26 Robin SheatBug 12478 - fix syntax errors so that stuff runs
2016-04-26 Robin SheatBug 12478 - authority work in progress
2016-04-26 Robin SheatBug 12478 - pile of elasticsearch code