-
'title':'the right Way'
- a key term of exactly
/^title$/i
- a value term of exactly
/^the right way$/i
- a key term of exactly
-
title:'the right way', text:go
- a key term of contains i.e.
/title/i
- a value term of exactly
/^the right way$/i
- intersected with
- any value that contains
/go/i
- a key term of contains i.e.
-
..title:the right way
- a key term that ends with
/title$/i
- a value term that contains
the
before it containsright
before it containsway
i.e./the.*right.*way/i
- a key term that ends with
-
title:right, title:way
- a key term that contains
/title/i
- a value term that contains
/right/i
or/way/i
- a key term that contains
-
title:a..
- a key term that contains
/title/i
- a value term that starts with
/^a/i
- a key term that contains
-
title:..a
- a key term that contains
/title/i
- a value term that ends with
/a$/i
- a key term that contains
-
ref title:..a
- a key term that contains
ref
beforetitle
i.e./ref.*title/i
- a value term that ends with
/a$/i
- a key term that contains
-
'the right way'
- any value that contains
/the right way/i
- any value that contains
-
the right way
- any value that contains
the
before it containsright
before it containsway
i.e./the.*right.*way/i
- any value that contains
Term:: TBD Key Term:: TBD Value Term:: TBD