import Container from '@material-ui/core/Container'
import Typography from '@material-ui/core/Typography'
import Box from '@material-ui/core/Box'
import AppBar from '../components/AppBar'
import Link from './../components/Link'
export default function SearchSyntax() {
return (
Search syntax
Available logical operators: && , ||, !, -, ,(comma)
Examples:
1) winter&&(forest||field)
2) autumn, -forest
3) winter&&!(forest||tree)
Available comparison operators (only works with width/height): {`==,>=,<=,<,>`}
1) sea&&width==1920&&height==1080
2) mountains,{`width>2000,height>2000`}
3) water && {`width<1000&&height<1000`}
List of all available tags - /tags
Semantic search
Try to use prompts like {`"A photo of a {label}"`} and provide more context.
Examples:
1) a photo of a snow forest
2) a photo of a dawn near the sea
3) a photo of a snowy mountain
This type of search is not reliable.