Re: [OzMOSS] How to group the search results by scope in CoreSearchResults ?

2008-09-17 Thread Meir Dahan
I already try this and of course the scope column does not exist in the results XML. Is there a work around to solve this problem without using c# code to execute the search for each scope separately? On Wed, Sep 17, 2008 at 2:22 AM, Darren Neimke [EMAIL PROTECTED]wrote: I'm not sure that the

RE: [OzMOSS] CQWP and group by folder

2008-09-17 Thread Clayton James
Hi Michael You can embed your own CAML code in the CQWP so if you have the right CAML all should be good. To embed your own CAML code you need to export the CQWP, modify the .wepart file (QueryOverride property) with your own CAML and then re-import the .webpart back into the gallery.

[OzMOSS] There is a dynamic token for any field?

2008-09-17 Thread Rogério Cruzeiro
Hi all, I wonder if there is a dynamic token like *~site *or* **{ListId} *or* ** {ItemId}* for the field assigned to I need to pass the value of this field through url like

RE: [OzMOSS] There is a dynamic token for any field?

2008-09-17 Thread Witherdin, Nigel
No there isnt, what you need to do is use the ItemID token to create a SPListItem object in your receiving page, and get the field value from there. Something like: //Process the querystring SPSite site = new SPSite(SPContext.Current.Web.Url); SPWeb srcWeb = site.OpenWeb(); SPList srcList

Re: [OzMOSS] There is a dynamic token for any field?

2008-09-17 Thread Rogério Cruzeiro
Ok, thanks for the quick answer. I have been searching all morning... There no free dinner :) 2008/9/17 Witherdin, Nigel [EMAIL PROTECTED] No there isnt, what you need to do is use the ItemID token to create a SPListItem object in your receiving page, and get the field value from there.

[OzMOSS] Sharepoint OOTB Permissions

2008-09-17 Thread Uzma Naz
I've accidently removed permissions from my test SharePoint site! Out of the box groups are: Approvers Designers Heirarchy Managers Owners Visitors Quick Deploy Users Restricted Readers Style Resource Readers Viewers. On clicking the group, various permissions are given, can someone tell

RE: [OzMOSS] CQWP and group by folder

2008-09-17 Thread Aaron Cunnington
In my experience, this is a very good case for why it is a good idea to stay away from folders and use metadata on the list/library, makes it much easier to get to later. If the documents are grouped by columns instead of folders, you can then easily perform the function that you need by using the

RE: [OzMOSS] How to group the search results by scope in CoreSearchResults ?

2008-09-17 Thread Paul Noone
Meir, are you trying to return results in groups – e.g. Pages and then documents? If so, I would be very interested to see a result as we are trying to do the same thing. Does anyone know if Pages can be separated from documents or given higher priority so that they appear first? Can they be

RE: [OzMOSS] CQWP and group by folder

2008-09-17 Thread Paul Noone
Unless of course you're trying to configure the web part using its provided interface and want to filter on a custom content type for pages on another site. Then the CQWP just breaks and refuses to work again even after restoring the settings to default. Apparently people just accept this as a

[OzMOSS] Some broken links after port change

2008-09-17 Thread Paul Noone
Hi all, We recently had to change the port for our dev environment. Almost everything seems to have gone off without a hitch with the exception of a few broken links in master page controls. - Search form - My Site - My Links (sub links only) All point to the old port

[OzMOSS] RE: Some broken links after port change

2008-09-17 Thread Paul Noone
Quick update: although nothing is displayed in code view in SPD, when selecting a delegatecontrol a large range of properties become visible in the Tag Properties pane. I can see the PageUri here and have changed it to reflect the new port number but this also adds the value to the control in

Re: [OzMOSS] RE: Some broken links after port change

2008-09-17 Thread sezai komur
I think this Changing a sites URL / Moving a site to a new farm issue really needs to be sorted out for SharePoint VNext This is related to the 'incorrect page layout url' issue that was posted here a day or two ago. Absolute URLs are stored within a SharePoint content database and there is no