aboutsummaryrefslogtreecommitdiffstats
path: root/dune
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-08-13 19:18:26 -0400
committerGravatar Peter McGoron 2021-08-13 19:18:26 -0400
commit87f446b8c9b652283bf26411355ca90fa7e4a864 (patch)
treeb221b5334d89e002be91ca5c3e0e3ee949deafb7 /dune
parentstore NULL when an element's discovery year is "Ancient" (diff)
add searching by element nameHEADmaster
Diffstat (limited to 'dune')
-rw-r--r--dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune b/dune
index df210fb..2b80f74 100644
--- a/dune
+++ b/dune
@@ -1,5 +1,5 @@
(executable
(name elements)
- (modules Elements Makedb)
+ (modules Elements Makedb Elements_search)
(libraries sqlite3 yojson batch_jaro_winkler)
)