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
Presently, SearchDescriptor.Query has an overload that takes an IQueryContainer.
It would be useful if CountDescriptor.Query also had an overload accepting an IQueryContainer.
This would allow us to pass the same incoming parameters to either method as required without the need to handle CountDescriptor.Query as a special case.
The text was updated successfully, but these errors were encountered:
Presently,
SearchDescriptor.Query
has an overload that takes anIQueryContainer
.It would be useful if
CountDescriptor.Query
also had an overload accepting anIQueryContainer
.This would allow us to pass the same incoming parameters to either method as required without the need to handle
CountDescriptor.Query
as a special case.The text was updated successfully, but these errors were encountered: