I'm using javascript and the REST api for doing a search. But i want to add several refinementfilters when doing the search.
This is the url that i have: _spPageContextInfo.webAbsoluteUrl + "/_api/search/query?querytext='" + query + "'&refiners='contentclass'&refinementfilters='contentclass:equals(\"STS_ListItem_10000\")'";
This one works fine but i want to add another filter on contentclass "STS_ListItem_10001" but i don't get it to work and haven't found anything how to do it yet.
Anyone who knows how to append multiple refinementfilters to a REST search url?
Regards
Daniel