I have a list on the root web of every site collection that I would like to create a scope for. I tried the following rule and got 0 results:
folder = http:// servername /*/Lists/Listname
If I substitute the asterisk for the site collection name, I get results. I just don't want to have to add a scope rule for every site collection that is created.
- folder = http:// servername / sitecoll1 /Lists/Listname
- folder = http:// servername / sitecoll2 /Lists/Listname
- folder = http:// servername / sitecoll3 /Lists/Listname
Is it possible to create a rule using wildcards that will satisfy my need?