Skip to content

Commit

Permalink
Merge pull request #607 from covus-manuel-garcia/#604
Browse files Browse the repository at this point in the history
fixes #604
  • Loading branch information
ruflin committed May 10, 2014
2 parents 741530a + 91bfe87 commit 07373ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Elastica/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Search
const OPTION_SEARCH_TYPE_QUERY_THEN_FETCH = 'query_then_fetch';
const OPTION_SEARCH_TYPE_QUERY_AND_FETCH = 'query_and_fetch';
const OPTION_SEARCH_TYPE_SUGGEST = 'suggest';
const OPTION_SEARCH_TYPE_SCROLL = 'scroll';

/**
* Array of indices
Expand Down

0 comments on commit 07373ce

Please sign in to comment.