geolexica / isotc211.geolexica.org

ISO/TC 211 online version of the Multi-Lingual Glossary of Terms
https://isotc211.geolexica.org
4 stars 2 forks source link

added semantic searching beta in isotc211 #177

Closed HassanAkbar closed 1 year ago

HassanAkbar commented 1 year ago
  1. Add Breviter as a submodule into the isotc211.geolexica.org repo
  2. Add steps in the Makefile to go into breviter directory and do a yarn build and copy output to the isotc211.geolexica.org repo.
  3. Convert the name of the returned items from Breviter into links to the isotc211.geolexica.org concept. (Done in this PR -> https://github.com/geolexica/breviter/pull/25).

resolves #174

ronaldtse commented 1 year ago

Seems that build is failing. Can you check? Thanks.

HassanAkbar commented 1 year ago

@ronaldtse The build is failing because these 2 gems are not yet published we need to publish them.

Note: Jekyll geolexica is currently published and I don't have access to publish it.

ronaldtse commented 1 year ago

@HassanAkbar you can now release the gems, thanks!

In the future we will use https://github.com/geolexica/jekyll-geolexica/issues/4 and https://github.com/geolexica/geolexica-server/issues/196 for auto-releases.

ronaldtse commented 1 year ago

Also let's use Ruby 3.1 as possible, thanks.