Replacing internal search with google search

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
7/18/2010 12:11:45 PM
Gravatar
Total Posts 70

Replacing internal search with google search

Hi every1,

Is there a web.config setting or any other "simple way" of replacing the internal search with the google one?

The only thing I managed to do was disable the Search and Indexing using the following settings in user.config. 

<add key="DisableSearchIndex" value="true" />
<add key="DisableSearchFeatureFilters" value="true" />

Since I need a replicated high availability portal, I'm trying to reduce the folders that need to be "shared/sync" between the instances. From what I've seen until now, all the .config files and the data Directory will need to be shared, any comments on this?

7/19/2010 12:39:49 PM
Gravatar
Total Posts 18439

Re: Replacing internal search with google search

Hi,

Look under Administration > Site Settings > API Keys

From there you can choose the primary search engine. Click the help file links for more info and notice that you need a Google Custom Search Id to use Google search.

Yes, you are right about syncing files if you are using some kind of farm or cluster where they don't all use the same drive. These are issues to solve before we can make a web farm package for mojoPortal.

Best,

Joe

7/25/2010 6:11:10 PM
Gravatar
Total Posts 70

Re: Replacing internal search with google search

Thank you Joe !!!!

You must sign in to post in the forums. This thread is closed to new posts.