My search arguments get stripped of the at sign. How do I prevent that?
feedback
|
migrated from stackoverflow.com Mar 20 '11 at 11:05
This question came from our site for professional and enthusiast programmers.
|
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: | |||||||
feedback
|
|
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:
| ||||
|
feedback
|
|
Type it into search bar with square brackets: [private] [synthesize] | |||||
feedback
|