How to seach for <code> or <summary> ?
|
|
I was looking for some sample code that had .Net XML comments with the |
|
|
After doing some testing, I don’t believe there is a way to search for the exact string you are looking for. We use Lucene as our backend and those specific characters are not supported as being “escapable”. See Lucene documentation at the bottom of this page. Sorry I couldn’t be of more help. |
|
|
This is crazy! How can you be a code repository search engine and not allow searching for special characters that are likely to be in the code. I have similar issues when searching for specific tags in an .aspx file (i.e. <asp:literal> |
