Search works only in ... new Area('Main');
Permalink
Hello,
my SearchEngine is dosent work (find nothing) in other Content-Areas:
<?php $MainContent2 = new Area('Main2');
$MainContent2->display($c);
?>
Works fine (find Words) in:
<?php $MainContent1 = new Area('Main');
$MainContent1->display($c); ?>
Why? Oh lord... is to late. I have 1000000 x click "Index Search Engine" - only "Main" Content be indexed... :(
Can anyone help me? THX schon mal :) Vielleicht hann jemand deutsch?
Sascha
my SearchEngine is dosent work (find nothing) in other Content-Areas:
<?php $MainContent2 = new Area('Main2');
$MainContent2->display($c);
?>
Works fine (find Words) in:
<?php $MainContent1 = new Area('Main');
$MainContent1->display($c); ?>
Why? Oh lord... is to late. I have 1000000 x click "Index Search Engine" - only "Main" Content be indexed... :(
Can anyone help me? THX schon mal :) Vielleicht hann jemand deutsch?
Sascha
first copy /concrete/jobs/index_search.php to /jobs/index_search.php
Then add the addSearchableArea() method to the run():
Hope that helps.