Please enclose any expression with quotes
eg: "Senior php developer"
will match every jobs containing those 3 words in exactly the same order.
use ? if you need to use single character search
eg: te?t will match jobs containing text, test.
use * if you need to use multi character search
eg: engin* will match jobs containing engineer, engineers, engine etc...
