filtering using 'equals on of', where it's 1 of 700 things | Ben Bimber | 2011-06-24 06:11 | |||||||||||||||||||||
Status: Closed | |||||||||||||||||||||||
a lot of EHR searches involve finding some set of participants, then doing some other query based on those X number of IDs. we give the users a number of ways to do this. the guts of this process looks like: 1. user finds set of IDs by filtering a grid 2. code identifies all the distinct IDs 3. code sends user to other page (usually a query) applying a filter like "query.Id~in=x,y,z" that works great, unless your like of IDs is enormous. are there any tricks to support a really big list of IDs? i have tried posting the data, on the theory that it was too long for the URL, but still got a 'bad request' error. thanks. |
|||||||||||||||||||||||
| |||||||||||||||||||||||