If I remove ExternalSearcher then i get an error as it is the defaultProvider, but as I'm implementing my own custom search provider can I remove 'ExternalSearcher'? It isn't used by the core is it?
In v6 there are some helper methods to search. They are probably using the ExternalSearcher. It might be better to just keep it there. It won't give any problems if you're using your own custom search provider anyway.
Can I remove ExternalSearcher?
If I remove ExternalSearcher then i get an error as it is the defaultProvider, but as I'm implementing my own custom search provider can I remove 'ExternalSearcher'? It isn't used by the core is it?
Thank you kindly.
In v6 there are some helper methods to search. They are probably using the ExternalSearcher. It might be better to just keep it there. It won't give any problems if you're using your own custom search provider anyway.
Jeroen
Thanks for your reply Jeroen.
is working on a reply...