BioGRID / BioGRID-Viewer

BioGRID network viewer.
http://thebiogrid.org/
6 stars 2 forks source link

Large Search Returns #29

Closed jennrust closed 12 years ago

jennrust commented 12 years ago

-if a person limits their search results by applying a limit in the “Max” box is there a way they could then view the eliminated results without having to perform the search again (ex. if there are 400 results, but I only want 100 displayed can you go to another display that has 101-200, 201-300, 301-400). Could a user page through their results?

-would it be possible to present the user with how many results their search would return (if it's over a certain limit),and then allow them to modify their original search and narrow it down if their initial search yielded too many results to practically visualize?

svenmh commented 12 years ago

The first half of this issue is addressed in the wiki, but the wiki just points to the REST docs, so from the wiki: See max & start at http://wiki.thebiogrid.org/doku.php/biogridrest#list_of_parameters

I've sent Andrew Winter the second question, see if REST does that.

jennrust commented 12 years ago

Thanks for the info on the first part!

awinter121 commented 12 years ago

Using REST parameter format=count will give the number of raw interactions, then repeat the query with format=tab2

svenmh commented 12 years ago

the HTML version now display the count if it is different from the amount being displayed.