How to Search
- » You can search for any keyword or phrase by surrounding it with double quotes, like so:
""engineering"" or ""engineering workshop equipment""
- » You can search for multiple keywords/phrases by using the + (plus) sign, like so:
+""engineering"" +""concrete"". This will return all entries that contain the words engineering and concrete
- » In addition to the above, you can exclude matches for your search that contain a certain keyword by using the - (minus) sign, like so:
+""engineering"" -""concrete"". This will return all results with the word engineering and not the word concrete
- » The search facility also accommodates wild card searching by using the * (asterisk) siymbol, like so:
+""car*"". This will return all results beginning with the letters car, while ""transport"" -""car*"" will return all entries with the word transport, but not those containing words beginning with car.