ErickTamayo / laravel-scout-elastic

Elastic Driver for Laravel Scout
MIT License
916 stars 242 forks source link

Support Elasticsearch 7 #134

Closed CasperLaiTW closed 3 years ago

CasperLaiTW commented 5 years ago

In Elasticseearch 7, the total number changes to object link

Version 7 JSON

{
    "hits": {
        "total": {
            "value": 1000,
            "relation": "eq"
        },
        ...
    }
}

Relate #130

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

CasperLaiTW commented 3 years ago

@ErickTamayo if you reviewed, and working, I can push PR again.

I think big changes with new version, bit tricky on merged.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.