I'm trying to write a very simple SearchComponent that performs a simple operation on the query string before passing through to QueryComponent.
The EncodingSearchComponent will perform something like the following Base64(MD5(querystring))
I'm trying to write a very simple SearchComponent that performs a simple operation on the query string before passing through to QueryComponent.
The EncodingSearchComponent will perform something like the following Base64(MD5(querystring))