Can I search for post by text

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

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