---
title: "how can find exact value from store"  
description: "how can find exact value from store"  
author: "Takeshi Okada"  
published: 2013-06-14  
updated: 2013-08-05  
canonical: https://www.mindstick.com/forum/1081/how-can-find-exact-value-from-store  
category: "sencha touch"  
tags: ["sencha touch"]  
reading_time: 1 minute  

---

# how can find exact value from store

Hi [Developers](https://www.mindstick.com/articles/12875/blunders-you-must-avoid-while-hiring-java-developers-to-get-the-best-fulfilling-your-needs),\
I have a [store](https://www.mindstick.com/articles/13125/tips-to-increase-sales-of-your-woocommerce-store) containing [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages)**[****{"[name](https://yourviews.mindstick.com/view/87450/how-to-generate-a-brand-name-using-linkedin-comprehensive-guide)":"samuel","[add](https://www.mindstick.com/forum/12983/add-address-in-textbox-when-page-is-load-and-if-i-search-address-in-textbox-show-in-map-by-javascript)":"xyz"}****{"name":"samuel fernandes","add":"pqr"}****]**\
[Now](https://yourviews.mindstick.com/view/81402/it-s-liberals-vs-progressives-in-us-politics-now) when I find the value from store like\
**myStore.find["samuel","fernandes"]**\
then it does not return blank. It behaving "**like [query](https://www.mindstick.com/blog/202/sub-query-in-sqlserver)**" ([sql](https://www.mindstick.com/articles/13115/types-of-keys-in-sql-or-oracle-database) % like). so how can find exact value from store? \
Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams) for any recommendations or solutions.

## Replies

### Reply by Anonymous User

Hi,\
You have asked a good question, basically in Sencha Touch there are two method to find the value from Sencha Store first one is find('Key_Name', 'Key_Value') and second is findExact('Key_Name','Key_Value'), find() and findExact() both are using for finding value but having a little bit difference, find() behaving SQL LIKE wildcard functionality where as findExact() finding the exact value from Sencha store.\
Here you have to use findExact() method to finding exact value like this:\
\
myStore.findExact('samuel','fernandes');\
\
Mark as Answer if this solution will resolved your problem. \
Thanks!!


---

Original Source: https://www.mindstick.com/forum/1081/how-can-find-exact-value-from-store

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
