Searching date meta tags in Sharepoint?

You're not doing anything wrong, this is how the product works. To add to what was said earlier, it's not easy to customize.

You're not doing anything wrong, this is how the product works. To add to what was said earlier, it's not easy to customize. The proper way to approach this is to create a custom protocol handler for HTML.

This is a custom COM Object that implements a few interfaces. The MOSS 2007 SDK has a protocol handler reference. When we did this, we created an ini file so we could define the type we wanted META fields crawled as (String, Int, DateTime).

Then when you added the custom properties everything was properly parsed. Then you can use the custom properties like you would normally.

You could also just wrap the HTML IFilter, which is responsible for extracting the properties and sending them downstream. – Lars Fastrup Jul 10 '09 at 11:13.

The web crawler built into search is rudimentary and you won't be able to easily extend it to include meta tags. Allegedly you can write your own protocol handler and crawl the ASP pages in their own content source; allegedly that works. I don't think anyone actually writes their own protocol handlers though.

You're going to be disappointed with what the SharePoint crawler offers, which is why there are no answers on the official forum either--because the real answer is "Can't do that easily, sorry. " You may be able to hack something up by writing a custom web service (ASMX or WCF-based) that itself crawls the ASP pages' meta tags. From there, you could pull the web service results into the BDC which is searchable, and then in the search results/BDC data you can have a link to the original page.It's like a Rube Goldberg device, I know, but trust me when I say it will be easier than figuring out how to write a protocol handler.

Actually the crawler does find the meta tags, as I said in my question. The problem is that it does support mapping/conversion of value types. – noocyte Oct 3 '08 at 21:03.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions