|
|
|
|
|
by danskeren
1750 days ago
|
|
I'm working on something like this for code search (https://ask.moe/search/code), which currently consist of about 150 sites that I will continue to expand whenever I discover a useful site missing (e.g. official website of some package that contain good documentation). I decided to start with code because it's something I personally use every day, and I got fed up with the spammy sites that just present an answer (or often only the question itself) extracted from StackOverflow, but plan to do something similar with other categories in the future. I'm curious to hear how you'd approach this problem, as in which categories you'd support and how you'd break it down? |
|
I've got a suggestion, I queried "C# ?." and my results were mostly generic about C# documentation. I wanted to get more information about how to use the null conditional operator.
I suspect the query is ignoring the '?.' because it thinks of it as unimportant symbols. Would it be possible to modify the search engine to treat punctuation as operators, or terms in-and-of-themselves?