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 8

Questions 8

Tags
Sorting
Results
per page
-1 Votes
9 Answers
1K Views
-1 Votes 9 Answers 1K Views
Which is the best way of merging the list 1, 2 or 3 ? python keys_list = ['A', 'B', 'C'] values_list = ['blue', 'red', 'bold'] #There are 3 ways to convert t...
Gordon Freeman
9 × 3 Administrator
one year ago
5 Votes
65 Answers
12K Views
5 Votes 65 Answers 12K Views
This is an example question. Some code: csharp public class Hello1 { public static void Main() { System.Console.WriteLine("Hello, World!"); } }
pic
Deleted user
pic
4 years ago
0 Votes
45 Answers
9K Views
0 Votes 45 Answers 9K Views
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. A...
pic
Anonymous
pic
0 Votes
51 Answers
7K Views
0 Votes 51 Answers 7K Views
Is there any way to highlight subject matter experts (so users who regularly answer questions including specific tags, for example)? Or even manually flaggin...
Adam Cobb
0 × 1 Moderator
3 years ago
1 Votes
40 Answers
7K Views
1 Votes 40 Answers 7K Views
類似の提案の機能がいいなって思っているんですが、日本語でも問題なく動くのでしょうか?
Gordon Freeman
101 × 5 Administrator
3 years ago
1 Votes
456 Answers
9K Views
1 Votes 456 Answers 9K Views
I would like to use scoold in another language, can I translate easily? Ty.
Gordon Freeman
101 × 5 Administrator
3 years ago
2 Votes
500 Answers
41K Views
2 Votes 500 Answers 41K Views
Einstein's famous equation is $E = \gamma m c^2$.
Gordon Freeman
101 × 5 Administrator
3 years ago
1 Votes
25 Answers
4K Views
1 Votes 25 Answers 4K Views
Creating this to see whether I can dynamically make tags, or only choose from pre-defined tags.
Gordon Freeman
101 × 5 Administrator
3 years ago
0 Votes
43 Answers
8K Views
0 Votes 43 Answers 8K Views
Including right-to-left languages like Arabic?
pic
Anonymous
pic
2 years ago