ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

EnsureIndex does not work with 'fulltext' #105

Open lanluu opened 6 years ago

lanluu commented 6 years ago

sending http request: url: http://127.0.0.1:8529/_db/dummydb/_api/index?collection=persons method: POST data: {"type":"fulltext","fields":["FirstName","LastName"]}

url: http://127.0.0.1:8529/_db/dummydb/_api/index?collection=persons status-code: BadRequest data: "{\"error\":true,\"errorMessage\":\"bad parameter\",\"code\":400,\"errorNum\":10}"

Arango 3.3.1 with Nuget Package v0.7.60 were in test. I tested with 'hash' type, and it worked well.

I would be very grateful if you could help me in this case.

Best regards Lan Luu