How to ignore URLs that have dynamic parts (i.e. ?)

(from github.com/pcolmer)
One of our web sites makes extensive use of ? to pass parameters in the URLs. This, however, seems to result in the same page being crawled & indexed multiple times.

Is there a way to tell fess to ignore any URL that has a ? in it? I’m guessing that the excluded URLs field can be used for this but I wanted to check …

Thanks.

(from github.com/pcolmer)
I think I can use something like this:

https://wiki.linaro.org/.?.

(from github.com/marevol)
Please use Excluded URLs.

(from github.com/pcolmer)
Thank you.