jhipster / jhipster-core

JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Apache License 2.0
346 stars 116 forks source link

Fixed the @search annotation #361

Closed MathieuAA closed 5 years ago

MathieuAA commented 5 years ago

Using this previously threw errors during the JDL import. This commit consists in making the code consistent with the grammar. TL;DR: the only reference to 'searchEngine' is during JSON import/export, and 'search' everywhere else inside this project

Fixes #360

Please make sure the below checklist is followed for Pull Requests.