Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions with tag cat

Questions with tag cat

Tags
Sorting
Results
per page
Filter

   
12 Votes
10 Answers
6K Views
12 Votes 10 Answers 6K Views
This is a test for syntax highliting. If it doesnt work we will kill you. // Hello1.cs public class Hello1 { public static void Main() { System.Console.Write...
7 years ago
3 Votes
6 Answers
6K Views
3 Votes 6 Answers 6K Views
I see the list of questions listed in tabular form. Is there a way to list structured like forums?