Skip to main content
Announcements
MAINTENANCE ALERT: Dec. 12th starting 9 AM CET. Community will be read-only. GET DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
jmvilaplanap
Specialist
Specialist

Seach for an exact string in search object QV11

Hi

I'm trying to search an exact string in a search object. It's easy in QV12, using ^Search String^, but this doesn't works in QV11. There is anything else for this feature in QV11?

Thanks in advance

11 Replies
Anil_Babu_Samineni

How you are searching and where you are doing with the search string in QV12. Can you show the image?

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
trdandamudi
Master II
Master II

Yes, Use parenthesis before and after the search word:

Example:

Apple

Applebees

In your search box type: (Apple)   <--- This will return only the field which is equal to 'Apple' and not Applebees

Hope this helps...

jmvilaplanap
Specialist
Specialist
Author

In QV12 I can search exactly the word "chester" or the word "victoria"

capture2.png

But nothing happends in QV11

capture3.png

jmvilaplanap
Specialist
Specialist
Author

GREAT!!

Thank you very much!

trdandamudi
Master II
Master II

You are welcome.

jmvilaplanap
Specialist
Specialist
Author

This doesn't work when I need to search more than a word. Here I'm trying to find the string "one two"

Capture.PNG

trdandamudi
Master II
Master II

If you have a space between words then use as below:

(One*two)

(One*two*three)

Hope this helps...

tresesco
MVP
MVP

May be putting the string within double quotes like:

("One two")