Use prefixes to specify which field to search in
Available Prefixes
type:
Trip type (air, train, etc.)
from:
Origin station
to:
Destination station
date:
Trip date
operator:
Transport operator
line:
Line name
country:
Countries visited (ISO3166-1 alpha2, ex: FR, DE, NO)
material:
Vehicle type/model
reg:
Registration
notes:
Trip notes
Quotes
"text" - For terms with spaces
'text' - For exact matches
Examples
from:"Oslo Central" type:train
Use double quotes when you need to include spaces in the search
from:'Oslo Central' to:'Stockholm'
Single quotes ensure exact matching
from:Oslo express date:2024-01-15
You can combine different search modes, the example above searches for all trips where the departure station contains "Oslo Central", on January 15, 2024, with "express" in any field