Page 1 of 1

LISE and search module: Only item title indexed

Posted: Tue Dec 21, 2021 12:06 pm
by antibart
Hi there,

I'm struggling a bit with LISE and the search module (the global search module, not the the LISE search).

In the LISE options of all intances I enabled to search items with the search module and "Re-indexed search on submit".

But the only content that seems to be indexed is {$item->title} of the LISE item.

Here's an example of a LISE item:

-----------------------------

Item title: blablabla

item text field: teddy bears

---------------------------

If I search now for "blablabla" I get a result. If I search for "teddy" I have no results.

But If I exchange it to:

-----------------------------

Item title: teddy bears

item text field: blablabla

---------------------------

Now "teddy" will be found and "blablabla" will not be found.

So how can I convince the seach module (or LISE) to index all the content, not only the item titles.


Thanks so far.

Re: LISE and search module: Only item title indexed

Posted: Tue Dec 21, 2021 12:39 pm
by antibart
PS: I do not really need to output single LISE items in the results. For me it would be sufficient when only the page url would be displayed in the results.

But in both cases all content has to be indexed.

Re: LISE and search module: Only item title indexed

Posted: Tue Dec 21, 2021 12:47 pm
by Jo Morg
Depending on the type of custom fields you will have the option (field by field):
Allow this field to be indexed by global search:
Check it for the text fields you want to have indexed by the core search.

Re: LISE and search module: Only item title indexed

Posted: Tue Dec 21, 2021 1:07 pm
by antibart
You easily saved my day.

Thanks. :)