Skip to content

Implement overload method on getRawIndexes for accepting query parameters #521

@alallema

Description

@alallema

Description
The method getRawIndexes() is currently available in this SDK and allows the user to retrieve the results of indexes as String:

    public String getRawIndexes() throws MeilisearchException

But this method does not accept query parameters as getIndexes method:

    public Results<Index> getIndexes(IndexesQuery param) throws MeilisearchException

Basic example
The getRawIndexes should be overloaded to accept query parameters as:

    public String getRawIndexes(IndexesQuery param) throws MeilisearchException

This implementation should be done in the Client file and the IndexesHandler files too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions