# Can I search for post by text

**URL:** https://forum.social.plus/t/can-i-search-for-post-by-text/256
**Category:** General
**Created:** [August 4, 2021, 4:29am UTC](https://forum.social.plus/t/can-i-search-for-post-by-text/256 "2021-08-04T04:29:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![martin](https://avatars.discourse-cdn.com/v4/letter/m/73ab20/32.png) [@martin](https://forum.social.plus/u/martin)
#### Post date: [August 4, 2021, 4:29am UTC](https://forum.social.plus/t/can-i-search-for-post-by-text/256/1 "2021-08-04T04:29:49Z")

</div>

What search capacities are there for posts. For example, searching for specific things within the “text” property

---

<div class="post-metadata">

### Author: ![touchaponk](https://avatars.discourse-cdn.com/v4/letter/t/ec9cab/32.png) [@touchaponk](https://forum.social.plus/u/touchaponk)
#### Post date: [August 4, 2021, 4:30am UTC](https://forum.social.plus/t/can-i-search-for-post-by-text/256/2 "2021-08-04T04:30:13Z")

</div>

We don’t offer search API right now - however this can be achieved by using our pubsub event to subscribe to all posts / comments creation event and store that into elasticsearch. Sample code is also available here: [GitHub - AmityCo/asc-hashtag-firebase](https://github.com/AmityCo/asc-hashtag-firebase)
