You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, looking at the C# driver code, I stumbled upon: CreateIndexQuery.cs. It appears, that all we need to do to support the multi index parameter is attach a "multi" datum to "indexCreate.optargs"?
Just a small note, the CI mono agent was already running 1.10.0, but I just finished updating to 1.10.1 so we're all set on the CI side for this feature.
If I'm not mistaken, currently, there's no support for the "multi-index" parameter when creating indexes ...
http://rethinkdb.com/blog/1.10-release/
And the official documentation for multi-index support: http://www.rethinkdb.com/api/javascript/index_create/
So, looking at the C# driver code, I stumbled upon: CreateIndexQuery.cs. It appears, that all we need to do to support the multi index parameter is attach a "multi" datum to "indexCreate.optargs"?
Something like this:
I'm not really sure about the structures of
Term
specs. So, it's only a guess. If it's this easy, perhaps I could write it. Please advise. thx.The text was updated successfully, but these errors were encountered: