❔ Route returning multiple of the same item.
So, I am trying to query multiple cases with the same name and for some reason it return the correct amount of cases but instead of them actually being the different cases it returns the correct number of cases but they are all the first case out of the list. If anyone can shed some light on this issue it would be greatly appreciated.
3 Replies
what is a "case"?
So basically I created a view in the SQL DB. And I am searching for a name or case or citation number. And if I get matched results it will return that view. @JakenVeina
So for instance let's say I search Jones and there are 13 people with the last name Jones, it will return 13 views but all 13 of them are the first one that was returned.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.