This is a migrated thread and some comments may be shown as answers.

Search Functionality

2 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 16 Aug 2013, 04:16 PM
I have tried to use the "Search" functionality in JustDecompile, but it is not returning anything even through I know the text I am searching for is there. I have clicked on the "Full Text" tab and entered a value in the "Find What:" box that I know is there, selected "All assemplies" and clicked on "Search". It reports that "No results were found matching current search criteria." I was looking for "Page.IsPostBack" which I know is in my code.

Am I doing something wrong?

Randy

2 Answers, 1 is accepted

Sort by
0
Randy
Top achievements
Rank 1
answered on 19 Aug 2013, 03:03 PM
Can anyone explain how the "Search" functionality is suppose to work?
0
Kaloyan
Telerik team
answered on 21 Aug 2013, 10:21 AM
Hi,

Let me first explain what happens when you perform searching by type - JustDecompile will traverse through all of the types in the currently presented assemblies in the treeview. In those cases you should specified a single word that will be used for the search criteria. For example if you type "string", JustDecompile will check all of the types name that contains or are equals to the given word token. You can also specify a full search name - the name of the type and its namespace declaration separated by a comma character - "system.string". Searching by symbol has some differences. It accepts only a single search word. JustDecompile will check all of the Type's member names(field, property, method or event) for any coincidences. In your case you should type only "IsPostBack", when searching by symbol. I hope this clarifies your question. Let us know if you need any further explanations.

Regards,
Kaloyan
Telerik
Tell us what you think about JustDecompile. Your opinion matters! You can use our forum, or our JustDecompile UserVoice website for feature requests.
Tags
General Discussions
Asked by
Randy
Top achievements
Rank 1
Answers by
Randy
Top achievements
Rank 1
Kaloyan
Telerik team
Share this question
or