RE: [OzMOSS] Tools for writing Reports against MOSS data

2007-12-06 Thread Tom Bizannes
David, If you mean writing reports against SharePoint Lists and Document libraries there is a tool for reporting services by a French company. Or you can use the Reporting Services 2005 xml datasource. You need to know xpath and query a list or two For rollups you would need to write a

[OzMOSS] RE: RegisterStartupScript doesn't see the function from external JS file

2007-12-06 Thread Michael Nemtsev
my startup script is inserting AFTER the inclusion of myscript.js, because it inserted into head in Sharepoint master page explicitly that seems to be the problem. need to think about neat way how to cope with this situation Michael Nemtsev From: [EMAIL

[OzMOSS] RE: RegisterStartupScript doesn't see the function from external JS file

2007-12-06 Thread Mitch Denny
Hi Michael, how have you defined the of the script? script src=... / -or- script src=.../script -or- script src=... (no end tag) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Nemtsev Sent: Friday, 7 December 2007 11:52 AM To: listserver@ozMOSS.com Subject: [OzMOSS]

RE: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Matt Lynch
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

RE: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Ishai Sagi
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: listserver@ozmoss.com Subject: Re: [OzMOSS] Does/Can the Search

RE: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Ishai Sagi
The problem is that you only get full text search. you cant say where propertyX=Y From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Bill Williamson [EMAIL PROTECTED] Sent: Friday, 7 December 2007 12:31 PM To: listserver@ozmoss.com Subject: Re:

Re: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Bill Williamson
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

RE: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Matthew Cosier
I haven't really been following this thread, but from your requirements there - wouldnt you create a managed property, then add a mapping to the crawled properties, then expose that in advanced search? Have you read this? http://msdn2.microsoft.com/en-us/library/bb428648.aspx Regards, Matthew

RE: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Mick Badran
Guys - it's all sounding pretty complicated.especially for a Friday. This comes from the days of Site Serverway back when. Bill - the webpart is a solution, but does the free text thing, grand scheme it is pretty crap with large indexes. Your site almost never comes up and is not

RE: [OzMOSS] Does/Can the Search Engine index the SPWeb PropertyBag?

2007-12-06 Thread Ishai Sagi
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.

[OzMOSS] RE: RegisterStartupScript doesn't see the function from external JS file

2007-12-06 Thread Matthew Cosier
Mitch, you're a legend! Regards, Matthew Cosier Readify | Senior Developer M: 0401 932 250 | E: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] | W: www.readify.nethttp://www.readify.net/ | B: http://m/ http://http://cosier.wordpress.com/cosier.wordpress.com From:

[OzMOSS] RE: RegisterStartupScript doesn't see the function from external JS file

2007-12-06 Thread Mitch Denny
I'd say Bill and I came in a draw on that one :P I only know because I've slapped my forehead on it before. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Cosier Sent: Friday, 7 December 2007 1:47 PM To: listserver@ozMOSS.com Subject: [OzMOSS] RE: RegisterStartupScript