# Searching for specific words in a text input

**URL:** https://community.thunkable.com/t/searching-for-specific-words-in-a-text-input/563391
**Category:** Questions about Thunkable X
**Created:** [April 14, 2020, 8:59pm UTC](https://community.thunkable.com/t/searching-for-specific-words-in-a-text-input/563391 "2020-04-14T20:59:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sst-f1082](https://avatars.discourse-cdn.com/v4/letter/s/8dc957/32.png) [@sst-f1082](https://community.thunkable.com/u/sst-f1082)
#### Post date: [April 14, 2020, 8:59pm UTC](https://community.thunkable.com/t/searching-for-specific-words-in-a-text-input/563391/1 "2020-04-14T20:59:37Z")

</div>

Hi, I want to search for three specific words in a text input so that a quote pops up. However, it only lets me search for one specific word in the text input.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [April 15, 2020, 12:15am UTC](https://community.thunkable.com/t/searching-for-specific-words-in-a-text-input/563391/2 "2020-04-15T00:15:14Z")

</div>

have you tried

split your input into a list.

logic would be does comparison have each item from the input list

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:39am UTC](https://community.thunkable.com/t/searching-for-specific-words-in-a-text-input/563391/3 "2024-11-08T11:39:04Z")

</div>


