Make restricted partition search parameters return bad request

According to https://docs.couchdb.org/en/master/ddocs/search.html there
are parameters for searches that are not allowed for partitioned queries.

Those restrictions were not enforced, thus making the software and docs
inconsistent.

This commit adds them to validation so that the behavior matches the one
described in the docs.
2 files changed