Skip to content

Commit

Permalink
Bugfixes (#2)
Browse files Browse the repository at this point in the history
* created fluent query builder

* readme file updates

* readme file updates

* readme file updates

* updates to make combo query clauses optional

* added "query" method to allow for use of the builder without a combo query

* reorganize builder methods

* several logic updates

* added searchableType() method to trait

* forgot dump()

* added vendor to git ignore
  • Loading branch information
brino committed May 15, 2017
1 parent 108d306 commit 7f5d501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
.idea
.idea
vendor
2 changes: 0 additions & 2 deletions src/ElasticEngine.php
Expand Up @@ -160,8 +160,6 @@ protected function performSearch(Builder $query, array $options = [])
]);
}

dump($search);

return $this->elasticsearch->search($search);
}

Expand Down

0 comments on commit 7f5d501

Please sign in to comment.