CMS Development

akondratyuk
メンバー

Search results should show and hide private content based on access

解決

For example, private or protected blog posts should only display in search results if the user searching has access to them—otherwise those posts should be hidden. 

 

I'd like to avoid the experience of person B seeing content that is private to person A. 

 

The best current idea is to add something to the title of posts meant for person A and then filter before displaying results. 

 

 

0 いいね!
1件の承認済みベストアンサー
stefen
解決策
キーアドバイザー | Solutions Partner
キーアドバイザー | Solutions Partner

Search results should show and hide private content based on access

解決

@dennisedson @akondratyuk one of the easiest ways to exclude entire sections of a website is using the `pathPrefix` and `matchPrefix` parameters. The catch is it requires that your page URLs are structured in a particular way.

If the content for Person A was all under a single parent URL like `/person-a/child-pages`, then you can exclude those results when Person B is searching by adding `&pathPrefix=/person-a&matchPrefix=False` to the site search query.

Stefen Phelps, Community Champion, Kelp Web Developer

元の投稿で解決策を見る

2件の返信
stefen
解決策
キーアドバイザー | Solutions Partner
キーアドバイザー | Solutions Partner

Search results should show and hide private content based on access

解決

@dennisedson @akondratyuk one of the easiest ways to exclude entire sections of a website is using the `pathPrefix` and `matchPrefix` parameters. The catch is it requires that your page URLs are structured in a particular way.

If the content for Person A was all under a single parent URL like `/person-a/child-pages`, then you can exclude those results when Person B is searching by adding `&pathPrefix=/person-a&matchPrefix=False` to the site search query.

Stefen Phelps, Community Champion, Kelp Web Developer
dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Search results should show and hide private content based on access

解決

@stefen , any advice you can offer?


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.

0 いいね!