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
We need to add a feature that allows search request parameters to be rewritten before processing the search. This involves creating a new interface and modifying the SearchHelper class to utilize this interface.
Add SearchRequestParamsRewriter interface in SearchHelper.
Implement rewrite method to handle parameter rewriting.
Modify the search method to utilize the rewritten parameters.
Add a method to register new SearchRequestParamsRewriter instances.
The text was updated successfully, but these errors were encountered:
We need to add a feature that allows search request parameters to be rewritten before processing the search. This involves creating a new interface and modifying the
SearchHelper
class to utilize this interface.SearchRequestParamsRewriter
interface inSearchHelper
.rewrite
method to handle parameter rewriting.search
method to utilize the rewritten parameters.SearchRequestParamsRewriter
instances.The text was updated successfully, but these errors were encountered: