Skip to content

Commit 07373ce

Browse files
committed
Merge pull request #607 from covus-manuel-garcia/#604
fixes #604
2 parents 741530a + 91bfe87 commit 07373ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Elastica/Search.php

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Search
3737
const OPTION_SEARCH_TYPE_QUERY_THEN_FETCH = 'query_then_fetch';
3838
const OPTION_SEARCH_TYPE_QUERY_AND_FETCH = 'query_and_fetch';
3939
const OPTION_SEARCH_TYPE_SUGGEST = 'suggest';
40+
const OPTION_SEARCH_TYPE_SCROLL = 'scroll';
4041

4142
/**
4243
* Array of indices

0 commit comments

Comments
 (0)