derive stub

This commit is contained in:
Rashid Khan 2013-10-14 07:40:21 -07:00
parent 19dc44df98
commit c857b04ac4

View File

@ -42,7 +42,8 @@ function (angular, _, config) {
// Define the query types and the version of elasticsearch they were first available in
this.queryTypes = [
{name:'lucene',require:">=0.17.0"},
{name:'regex',require:">=0.90.3"}
{name:'regex',require:">=0.90.3"},
{name:'derive',require:">=2.0.0"}
];