Info
Each column name of the database tables (companies, jobs) can be used to match rows for values, using the syntax column_name:row_value
with the following examples.
Use sqlite3
full text (3) search syntax, or open the
database explorer.
Examples
Search query syntax examples, as typed in the search input.
tags:music
tags:music AND city:berlin
tags:music AND city:berlin AND instru*
city:london
id:ableton
software* AND location:berlin
Companies
-
id:project_id
-
The ID (unique identifier) of a company as referenced in joblist, for example
joblist.today/:company_id
or the name of the "data folder".
-
tags:company_tag
-
One or multiple "tags" used to describe a company, separated by "," (commas).
-
city:world_city
-
One or multiple "city" referenced in the company geographical "positions"
Jobs
-
id:job_id
-
The ID (unique identifier) of a job as referenced in joblist (see the sqlite database explorer)
-
location:location_string
-
One or multiple locations, city names, country, as referenced by the job provider.