I'm working with some custom search scopes, and adding them to a Scope Display Group. I'm wondering if it's possible to programmatically change the order within a display group, depending which site is being viewed.
For example: Let's say my site has 4 areas
Marketing: US
Marketing: French
Support: Version 1
Support: Version 2
I've created custom scopes for each, using the names above. I also added them to a Scope Display Group in the order above.
Now let's say I'm viewing the Support: Version 1 site of my site collection. What I'd like to see is:
Support: Version 1
Support: Version 2
Marketing: US
Marketing: French
Or, say, I'm in the French site of the site collection. I'd like to see this:
Marketing: French
Marketing: US
Support: Version 1
Support: Version 2
Anyone know if this is possible?
I'm expecting that a Visual Studio based solution may be the only way, which is fine. I think I'd just need a nudge in the right direction to be able to locate the display group and change the order in a User Control.
