You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Search feature translates to SQL Like in the EF evaluators. Considering that we have OR groups, we must build the expressions dynamically. The current implementation has much room for improvement. We must apply allocation-free GroupBy implementation, avoid closures in EF parameterizations, reduce visitor instances, etc. I don't foresee any breaking changes here.
The text was updated successfully, but these errors were encountered:
The
Search
feature translates to SQLLike
in the EF evaluators. Considering that we have OR groups, we must build the expressions dynamically. The current implementation has much room for improvement. We must apply allocation-free GroupBy implementation, avoid closures in EF parameterizations, reduce visitor instances, etc. I don't foresee any breaking changes here.The text was updated successfully, but these errors were encountered: