I am currently learning grover's algorithm on qiskit(https://qiskit.org/textbook/ch-algorithms/grover.html). I notice that in the example of 2 qubits, we are looking for only one solution(|11>). Is there a way to modify the circuit so that we can find 2 or 3 solutions? Thanks!