Skip to content

Commit a767a66

Browse files
committed
show only Engineering blogs and not Product + Engineering
1 parent ca4006c commit a767a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RelatedBlogs/RelatedBlogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const RelatedBlogs = (props) => {
122122
let search_query = keywords.length === 0 ? title : formatKeywords(keywords);
123123
console.log(formatKeywords(keywords))
124124

125-
const param_string = `attributesToRetrieve=title,image,url,date&hitsPerPage=3&optionalWords=${formatKeywords(keywords)}&filters=(category:Engineering OR category:Product)&filters=release_post:false&numericFilters=date>=${timestampEighteenMonthsAgo}`;
125+
const param_string = `attributesToRetrieve=title,image,url,date&hitsPerPage=3&optionalWords=${formatKeywords(keywords)}&filters=(category:Engineering)&filters=release_post:false&numericFilters=date>=${timestampEighteenMonthsAgo}`;
126126

127127
const { results } = await client.search({
128128
requests: [

0 commit comments

Comments
 (0)