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
Answered
So, how does this work?

The thing with questions is that they require answers. But answers are hard.

Answers, for instance, need two alineas.

Sometime three. Terrible!

  
  

áaf

La Quang Hung   6 years ago Report
-2
-2

Testing a comment

devinm   5 years ago Report
  
  

aS

Anaghesh Muruli   3 years ago Report
  
  

this is a best

alofun2015   2 years ago Report
Votes Newest

Answers 11


this is my answer

-3
-3
Posted 6 years ago
  
  

Title

Md. Moshiur Rahman   5 years ago Report

Cool thing

-2
-2
Posted 6 years ago

const aaa = 'hello world';
console.log(aaa)
-1
-1
Posted 6 years ago

Testing syntax highlighting

const x = 0;
let y = {
foo: 'bar'
}

const hi = (x, y) => ({x: y});
SELECT * FROM DUAL WHERE NAME = "testing";
-1
-1
Posted 5 years ago
Edited 5 years ago
  
  

hello

Eran Sharvit   5 years ago Report

<title> test </title>

  
  
Posted 6 years ago
Edited 6 years ago

public class C1{
	  private String description;
		private Integer code;
		
		public static void main(String [] args){
				System.out.println("Test");
		}
	
	public String getDescription(){
			return description;
	}
	
	public void setDescription(String description){
			this.description = description;
	}
	
	public Integer getCode(){
			return code;
	}
	
	public void setCode(Integer code){
			this.code = code;
	}
}
  
  
Posted 4 years ago
Edited 4 years ago

The best queston is an answer

Seems I can edit


I don't understand your question, to be honest.

1
1
Posted 3 years ago

Just a test

<title> test </title>
2
2
Posted 6 years ago
  
  

kkk

Taylor Chan   5 years ago Report

same

4
4
Posted 6 years ago
  
  

this is a comment

Omri Levin   2 years ago Report
8K Views
11 Answers
6 years ago
2 years ago
Tags