Nicky Nicolson commited on
Commit
041b20c
·
1 Parent(s): e0a2eea

Configure full text search

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -31,6 +31,7 @@ RUN python tab2csv.py --limit 1000 --createcols /data/${GBIF_DOWNLOAD_ID}.csv /d
31
  RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
32
  RUN ls -l /code
33
  RUN sqlite-utils tables /code/gbifocc.db --counts
 
34
 
35
  #RUN sqlite-utils tables /code/ihinst.db --counts
36
  RUN chmod 755 /code/gbifocc.db
 
31
  RUN csvs-to-sqlite /data/gbifocc.csv /code/gbifocc.db
32
  RUN ls -l /code
33
  RUN sqlite-utils tables /code/gbifocc.db --counts
34
+ RUN sqlite-utils enable-fts /code/gbifocc.db collectorNameAndNumber
35
 
36
  #RUN sqlite-utils tables /code/ihinst.db --counts
37
  RUN chmod 755 /code/gbifocc.db