Hello
An entity whose functional text is la période de prise en compte du logement seems to pose a problem to the parser when I click validate.
For example, when it is part of an EstMembreDe() call (IsMemberOf())
EstMembreDe(la période de prise en compte du logement ; relation name goes here) and so on, I see the error
"No Match found for la période de prise en compte de le logement"
(my bold emphasis).
When I remove the "du" and rename the entity "la période de prise en compte logement" the function parses correctly and there are no further errors. I've checked to see if there are any other entities that clash but there are none.
I can reproduce this in a brand new project in 19A and 19B.
This does pose a little issue for natural language parsing in French. Any suggestions? We might have quite a few entities like this, it's hardly an unusual naming style.
Thanks for any advice or help!