From 23d27034dd3eee14e3fe953a3aea0e27c9739569 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Mar 2017 19:06:03 +0100 Subject: fixed to run on OSX with software installed from brew (hugo, etc.) --- strus/document.ana | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strus/document.ana') 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; -- cgit v1.2.3-54-g00ecf