# Using Search with Kotlin Compose and Typesense
This site showcases how to use Typesense with Kotlin Compose to search through a soccer match dataset, implementing custom UI components and leveraging Typesense for fast, faceted search functionality.
Source Code (opens new window)
# Key Highlights
- Here's (opens new window) how to set up the Typesense client in Kotlin.
- Here's (opens new window) how to use Typesense in a
ViewModelto fetch and filter soccer matches. - Here's (opens new window) how to implement a search bar with real-time filtering using Typesense.
- Here's (opens new window) how to create a custom facet filter UI to refine search results.
- Here's (opens new window) how to display the filtered list of soccer matches using infinite scroll in Compose.
This documentation site is open source. Found an issue? Edit this page (opens new window) and send us a Pull Request.
For AI Agents: View an easy-to-parse, token-efficient
Markdown version of this page. You can also replace
.html with .md in any docs URL. For paths ending in /, append
README.md to the path.
Last Updated: 9/25/2024, 2:39:02 PM