summaryrefslogtreecommitdiff
path: root/strus/document.ana
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 /strus/document.ana
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 'strus/document.ana')
-rw-r--r--strus/document.ana4
1 files changed, 2 insertions, 2 deletions
diff --git a/strus/document.ana b/strus/document.ana
index b261aa3..4a5fa16 100644
--- a/strus/document.ana
+++ b/strus/document.ana
@@ -14,8 +14,8 @@
word = lc:convdia(en):stem(en):lc regex("([A-Za-z']+)") /posts/post/meta()/title();
[ForwardIndex]
- word = orig split /posts/post/body//para();
- word = orig split /posts/post/meta()/title();
+ text = orig split /posts/post/body//para();
+ title = orig split /posts/post/meta()/title();
#[MetaData]
# release_date = date2int("d 1877-01-01", "%Y-%m-%d %H:%M:%s *") content /posts/post/meta()/date;