Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Exclude a module from the DNN search?Exclude a module from the DNN search?
Previous
 
Next
New Post
10/22/2012 9:34 AM
 
Any solution to this problem? I am having the same issue with a module that is repeating itself in the search functionality because I have it on multiple pages. Thanks
 
New Post
10/22/2012 3:02 PM
 
Hello,

I definitely agree that this is a much needed feature. I too have a page footer on every page that shows up in my search results.

This is just a guess, but I suspect part of the difficulty in addressing this is that the core search method just asks the modules what content should be added to the index and the individual modules (by implementing iSearchable) report the answer. Then, the "searchable" feature is set in the module definition by the host. With this setup, to make the option for whether a module should be added to the search, the module settings couldn't actually be the same for every module because the "Don't Search this Module" setting would only apply to modules that are "searchable" in the host settings.

I mention that because, I think, the answer here is that it's really up to the individual module to choose whether or how to return information to the search index. So, the issue may be less with the core and more with the specific modules.

So, all this leads to a different sort of question - can we get a setting in the HTML module to control submission to the search? I think that would take care of most of this trouble...

Thanks,

Mike
 
New Post
10/22/2012 4:13 PM
 
Nothing like seeing a thread that you neglected for over a year ...

In my case, I wrapped the things I didn't want searched by Google in some server-side tags that would not show the fat footer to the search spider:

<% If Not ((Request.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0;)") And (Request.UserHostAddress = "xx.xx.xx.xx")) Then%>

stuff to be hidden

<% End If %>

It's been a while so this probably could be done better. xx.xx.xx.xx is the IP address of the server, to basically this was intended to hide the HTML inside of the tags from spiders that did not come from the local server. That's because we were using a spider search tool that also ran locally.



Joe Craig
Patapsco Research Group, Ellicott City, MD
DotNetNuke Development and Services (http://patapscorg.com)
 
New Post
10/22/2012 5:59 PM
 

Hi Joseph,

Thanks for the tip... Unless I'm missing something, though, doesn't this only work for external search engines? Much of the trouble is DNN's own search provider. Modules will get indexed multiple times if they are on multiple pages and sometimes you just don't want module content to show in the search results - even if it's public.

I submitted an enhancement request on this to Gemini this morning specifically for the HTML module: http://support.dotnetnuke.com/issue/V...
 

Hope all's well,

Mike

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Exclude a module from the DNN search?Exclude a module from the DNN search?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out