My search arguments get stripped of the at sign. How do I prevent that?
|
migrated from stackoverflow.com Mar 20 '11 at 11:05
|
Right now searches don't include the @ symbol. Since private and synthesize are keywords even without the @ symbol, search for private and synthesize alone. If you really need to search only for posts containing the @ symbol, use google: Google search Alternately, couple them with the appropriate tags: |
|||||||
|
|
SymbolHound is a symbol-inclusive search engine for programmers that I co-founded. Stack Overflow is currently indexed, so these arguments will not be stripped from your search and should yield relevant Stack Overflow results. For example:
|
||||
|
|
|
Type it into search bar with square brackets: [private] [synthesize] |
|||||
|