meilisearch / meilisearch-php

PHP wrapper for the Meilisearch API

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor all the attributes on `SearchQuery`

brunoocasali opened this issue · comments

Move all the private attributes to be optional and null by default. This will allow removing the null coalescing ?? null from the toArray() call.

As pointed out here: #543 (review)