I don't understand what you've put here. Could you elaborate a bit? What I want: -data stored that is site specific -that data to be queryable by the search engine to return a site
So if I add a property called "Subject" with a value "Pies," then using the search engine (after making it a managed property) I should be able to search for all sites with subject of Pies from the search page. I don't want to filter the display of the properties, I want those properties to be first class citizens. On 12/7/07, Matt Lynch <[EMAIL PROTECTED]> wrote: > What's wrong with passing parameters to the page, and then filtering with > your own code? Custom IFilters are a <%= expletive %> to debug. > > If you wanted to be really nice, you could then write a really small Web > Part that allows users to specify the parameters. Clicking search would > open the custom ASPX, passing the parameters via the URL. The custom ASPX > page could then obtain the parameters from the request, filter the > PropertyBag as required and then display the output. > > You could do it completely with web parts too, the implementation would be > almost the same. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Ishai Sagi > Sent: Friday, 7 December 2007 12:44 PM > To: [email protected] > Subject: RE: [OzMOSS] Does/Can the Search Engine index the SPWeb > PropertyBag? > > Sounds like it will be easier to create a custom iFilter? > > ________________________________________ > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Bill > Williamson [EMAIL PROTECTED] > Sent: Friday, 7 December 2007 12:36 PM > To: [email protected] > Subject: Re: [OzMOSS] Does/Can the Search Engine index the SPWeb > PropertyBag? > > I suppose I could (cringe) write a BDC adapter which returns the > SPPropertyBag properties for a site.... > > On 12/7/07, Ishai Sagi <[EMAIL PROTECTED]> wrote: > > One way that I saw people do it is write a custom web part that displays > the properties on the site's home page. the home page gets indexed into the > full text index - so you can search for the terms in them. > > > > For doing a "property search", I only heard of the single item list > option. > > > > > > ________________________________________ > > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Bill > Williamson [EMAIL PROTECTED] > > Sent: Friday, 7 December 2007 11:38 AM > > To: [email protected] > > Subject: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag? > > > > If I add properties to the SPWeb property bag, is there ANY way to get > > the search engine to index those properties? > > > > I'm trying to get around the hack-ish solution of "Create a > > single-item list" for doing site-relevant properties, and the property > > bag is a great way to do it (in fact it's how they do the BDC > > integration, so I know it's the "right" way to do it), but if you > > can't search it then it's pointless. > > > > > > ------------------------------------------------------------------- > OzMOSS.com - to unsubscribe from this list, send a message back to the list > with 'unsubscribe' as the subject. > > Powered by mailenable.com - List managed by www.readify.net > > > > > > ------------------------------------------------------------------- > OzMOSS.com - to unsubscribe from this list, send a message back to the list > with 'unsubscribe' as the subject. > > Powered by mailenable.com - List managed by www.readify.net > > > > > > > > > ------------------------------------------------------------------- > OzMOSS.com - to unsubscribe from this list, send a message back to the list > with 'unsubscribe' as the subject. > Powered by mailenable.com - List managed by www.readify.net > > > ------------------------------------------------------------------- > OzMOSS.com - to unsubscribe from this list, send a message back to the list > with 'unsubscribe' as the subject. > Powered by mailenable.com - List managed by www.readify.net > > > > > ------------------------------------------------------------------- > OzMOSS.com - to unsubscribe from this list, send a message back to the list > with 'unsubscribe' as the subject. > Powered by mailenable.com - List managed by www.readify.net > > > ------------------------------------------------------------------- OzMOSS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net
