The current public Flutter SDK source reviewed for this page does not expose semantic post search or hashtag post search repository methods.
Parameters
Semantic Search Posts
Use semantic search when a natural-language query should match accessible posts for the requested target and data types.Hashtag Search Filters
Hashtag Search Posts
Hashtag search finds posts that contain one or more hashtags. Pass hashtag names without the# prefix.
Notes
- For semantic post search, provide
targetTypeandtargetIdtogether when scoping search to one user or community target. - Use parent-only matching when the UI should show top-level posts instead of child posts from mixed or threaded structures.
- For hashtag search, TypeScript requires a
targetType; iOS and Android expose hashtag search without a target type parameter. - Search results are permission-aware from the backend response, but your UI should still handle empty results and authorization errors.
Related Topics
Query Posts
Query live post collections by target, type, review state, tags, and pagination options.
Feeds and Timelines
Query feed-style post collections for global, custom-ranking, user, and community feeds.
Search Overview
Review SDK search surfaces for community and post discovery.