cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

TextIndex of TemplateValues may cause Exceptions #532

Open TiSiE opened 5 years ago

TiSiE commented 5 years ago

The language_override field of the text index "fulltext" - as defined by TemplateValues entity - is set to to the field 'language' of the job entity.

Thus, this field must only contain values valid for mongo text searches. https://docs.mongodb.com/manual/reference/text-search-languages/#text-search-languages

If invalid values are set, Doctrine/Mongo will throw an Exception.

As we want the language field to hold any value, we must change the "language_override" field in the index definition.

cbleek commented 4 years ago

can this be closed?