Explorer icon indicating copy to clipboard operation
Explorer copied to clipboard

🗺️ Next-gen Elasticsearch driver for Laravel Scout.

Results 31 Explorer issues
Sort by recently updated
recently updated
newest added

- implement the `Aliased` interface to use the customer analyzer

postponed

is there a special way to continue feeding the index on the model events for saved and updated? It doesn't appear that the package creates a new doc or updates...

Hi there I want to add custom query parameter in search function, as documented here https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html such as track_total_hits because it only return maximum 10000 record, I have to manually...

feature request

It seems that the "orderBy" function does not support sorting on fields of type geo_point. The bellow function call will return every index entries within a distance of `$location['distance']` of...

enhancement

As a result of https://github.com/Jeroen-G/Explorer/pull/31 we can refactor compound queries to support other queries then BoolQuery.

enhancement

Is it possible to make use of the highlight functionallity with this package? https://www.elastic.co/guide/en/elasticsearch/reference/current/highlighting.html

feature request
help wanted

See https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html ![image](https://media.giphy.com/media/3orif1YAHsJORZLh04/giphy.gif)

feature request
help wanted

foreach expects an array. getConfigurations() returns an array, but findForIndex( $index ) returns a single IndexConfiguration instance, so the foreach is skipped, and the index is never updated. Let's just...