To test how project search works, I used API call in postman. Below are my findings:1) When I use status as two separate params, it gives results successfully as shown below
2) But, when I use status separated by comma (,), it returns empty list
It looks like we need to use OR in this case, becaus...