I am trying to make a text index on a book
document containing data in multiple languages (Essentially: English, French and Arabic).
In the documentation it is said that Arabic is supported, but when I try to create a document with these properties:
{
name: 'بلا اسم'
author: 'مجهول',
language: 'arabic'
}
I get an error saying:
MongoError: language override unsupported: arabic
I am using MongoDB v4.0.2 community edition
I figured out that the Arabic support is only available in the entreprise edition