aces / cbrain-apis

External APIs for accessing the CBRAIN platform.
GNU General Public License v2.0
0 stars 3 forks source link

Filters are ignored in index_userfiles and other index_* methods #2

Open glatard opened 8 years ago

glatard commented 8 years ago

Therefore these methods always return all the indexed elements. This is due to the new filtering mechanism in CBRAIN. These methods still use URLs such as "userfiles?id=1457457232&update_filter=filter_hash&clear_filter=filter_hash".

prioux commented 8 years ago

Done for ruby, need to be done with Perl api too.