[Feature Request] Make helio_api.drop_indexes
less weird
#49
Labels
enhancement
New feature or request
helio_api.drop_indexes
less weird
#49
Purpose of the feature.
helio_api.drop_indexes
is the only procedure with the INOUT parameter. All other functions are… functions. That creates problems for us: FerretDB/FerretDB#4730. This parameter seems to return BSON in the BSONHEX text representation?.. Or something. In any case, having a single function (that is not a function) that stands out that much is bad for API consistency.It would be nice to have it as a regular function we could use.
Describe the solution you'd like
There is a "normal" function to drop an index.
Describe alternatives you've considered
Add more hacks to support this procedure.
Additional context
N/A.
The text was updated successfully, but these errors were encountered: