company identification.
This commit is contained in:
9
src/clj/auto_ap/db/companies.clj
Normal file
9
src/clj/auto_ap/db/companies.clj
Normal file
@@ -0,0 +1,9 @@
|
||||
(ns auto-ap.db.companies)
|
||||
|
||||
(defn get-all []
|
||||
[{:name "Campbell Brewing Company"
|
||||
:matches ["campbell brewing company" "campbell brewery company" "campbell brewing"]}
|
||||
{:name "Brown Chicken Brown Cow"
|
||||
:matches ["brown chicken brown cow"]}
|
||||
{:name "Naschmarkt Restaurant"
|
||||
:matches ["naschmarkt" "naschmarkt restaurant"]}])
|
||||
Reference in New Issue
Block a user