You can type in the search much like you would use Google or any other search field.
ferrari
+ferrari -vintage
.
tags:"italy"
author
,
brand
,
class
,
country
,
description
,
name
,
url
,
version
,
year
,
notes
,
spec.acceleration
,
spec.bhp
,
spec.pwratio
,
spec.torque
,
spec.weight
spec.weight:>600
will
list all cars with a weight above 600kg.year
,
spec.acceleration
,
spec.bhp
,
spec.pwratio
,
spec.torque
,
spec.weight
+stock
, +dlc
, +mod
.
You can remove stock, DLC or mod content from the results by using one (or multiple) of the following: -stock
, -dlc
, -mod
.
Of course, you can combine all of the above things into one query! That might look like the following:
+ferrari -vintage +tags:"semiautomatic" +spec.bhp:>600 -dlc
Server Manager uses Bleve to provide searching. Bleve is incredibly powerful and offers a great amount of control over search queries. We've covered some examples of how to make the most out of searching here, but please refer to Bleve's Documentation for more detailed examples and syntax.