Version 4.4.1 release notes
1. Core library
Section titled “1. Core library”FullTextSearchQuery
extension method now allows you to use||
in a query text. Usingone || two
means that it will search for all records which containsone
ortwo
in some text field.- Fixed:
Display
attribute was not applied for navigation properties when the model was loaded viaLoadFromDbContext
method. - Fixed:
Ignore
property ofEqEntityAttr
attribute was not applied correctly in some cases.
2. JavaScript
Section titled “2. JavaScript”- Fixed:
EQ.client.loadQuery
worked incorrectly when the query ID was passed in the parameters.