summaryrefslogtreecommitdiff
path: root/issues/full-text-search.gmi
diff options
context:
space:
mode:
authorArun Isaac2022-10-27 16:07:06 +0530
committerArun Isaac2022-10-27 16:07:06 +0530
commita23a34b1255950c6cd47a54fecbbf5b9cafd238b (patch)
tree9c0c83ab1cdf19ca29ba0ebb8ca07bd2c712cc9e /issues/full-text-search.gmi
parenteecf3474118f8392614ee4e3a555b1cce0b9cc9e (diff)
downloadgn-gemtext-a23a34b1255950c6cd47a54fecbbf5b9cafd238b.tar.gz
Add task for type hinting the index-genenetwork script.
Diffstat (limited to 'issues/full-text-search.gmi')
-rw-r--r--issues/full-text-search.gmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/issues/full-text-search.gmi b/issues/full-text-search.gmi
index a8628de..83832cd 100644
--- a/issues/full-text-search.gmi
+++ b/issues/full-text-search.gmi
@@ -7,6 +7,8 @@ Implement full text search on the dumped RDF using xapian. This may be a feature
* assigned: aruni, bonfacem
+* [ ] Add type hinting to the index-genenetwork script in gn3
+
## Virtuoso full text search
We also considered that virtuoso supports full text search in SPARQL. But, the query syntax is not as natural as xapian, and there may be no stemming. So, this option was rejected.