-
Story
-
Resolution: Done
-
Medium
-
None
-
None
-
None
The registered query called middlewareblogs will be exactly same as current search query on jboss.org main page resp. main planet.jboss.org but will filter out content with tag feed_group_name_nonmiddleware
planet.jboss.org
- http://dcp2.jboss.org/v2/rest/search?sys_type=blogpost&from=0&size=10&sortBy=new-create&field=_source
- http://dcp2.jboss.org/v2/rest/search?sys_type=blogpost&from=0&size=10&sortBy=new-create&field=_source&project=vertx
- http://dcp2.jboss.org/v2/rest/search?sys_type=blogpost&from=0&size=10&sortBy=new-create&field=_source&tag=releases
- and in the future search query with filter on contributor
Note: from and size is changing
Instead of _source these fields can be returned:
"sys_content_id", "sys_url_view", "sys_created", "sys_title", "sys_project", "sys_description", "sys_contributors", "author", "sys_content", "sys_tags", "avatar_link"
jboss.org
- http://dcp2.jboss.org/v2/rest/search?field=sys_url_view&field=sys_title&field=sys_contributors&field=sys_description&field=sys_created&field=author&field=sys_tags&field=sys_content_id&query=&size=8&sys_type=blogpost&sortBy=new-create&query_highlight=true&from=0
- http://dcp2.jboss.org/v2/rest/search?field=sys_url_view&field=sys_title&field=sys_contributors&field=sys_description&field=sys_created&field=author&field=sys_tags&field=sys_content_id&query=second&size=8&sys_type=blogpost&sortBy=new-create&query_highlight=true&from=0
Note: from is changing
- blocks
-
DEVELOPER-1701 Display Developer Blog posts on Product pages
- Done