summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-05 19:06:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-05 19:06:03 +0100
commit23d27034dd3eee14e3fe953a3aea0e27c9739569 (patch)
tree526e63894a5136e50ed5c30dbd3404b15697604c /themes
parentec22ee8f502797676b9704b8313f77e7dc86be1e (diff)
downloadwww-andreasbaumann-cc-23d27034dd3eee14e3fe953a3aea0e27c9739569.tar.gz
www-andreasbaumann-cc-23d27034dd3eee14e3fe953a3aea0e27c9739569.tar.bz2
fixed to run on OSX with software installed from brew (hugo, etc.)
Diffstat (limited to 'themes')
-rw-r--r--themes/new_theme/layouts/partials/ranklist.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/new_theme/layouts/partials/ranklist.html b/themes/new_theme/layouts/partials/ranklist.html
index bcd7be8..8dfbb88 100644
--- a/themes/new_theme/layouts/partials/ranklist.html
+++ b/themes/new_theme/layouts/partials/ranklist.html
@@ -12,7 +12,6 @@
}
function normalize_term( s ) {
- // lc:convdia(en):stem(en):lc regex("([A-Za-z']+)")
var r = stem( s );
return r.toLowerCase( );
}
@@ -157,7 +156,7 @@
params: [
{
key: "type",
- value: "word"
+ value: "text"
},
{
key: "match",
@@ -190,7 +189,7 @@
$.ajax( {
type : 'POST',
- url : 'http://eeepc.lan:8080/strus/query/wwwandreasbaumanncc',
+ url : 'http://euromac.lan:8080/strus/query/wwwandreasbaumanncc',
data : json,
contentType : 'application/json'
} )