searchisko / search.jboss.org-ui

Web UI for search.jboss.org
Apache License 2.0
5 stars 4 forks source link

Selection in Type filter results in wrong filter type in query #69

Closed lukas-vlcek closed 10 years ago

lukas-vlcek commented 10 years ago

Selection in Type filter results in type filter being applied on the query. It should be sys_type filter instead.

So instead of generating URL like:

http://dcp.jboss.org/v1/rest/search?type=video

It should generate URL like:

http://dcp.jboss.org/v1/rest/search?sys_type=video