Hello,
I’m trying to do something that I find simple but ExpressionEngine doesn’t seem to be able to do.
I want to do a multi channel search and display the results with correct links and be able to detect when an except is empty.
Each channel has differents fields set as excerpt and some channels have seperate pages for each of their categories.
I therefore need to be able to :
Detect when an excerpt is empty not matter what field was set a excerpt field.
Detect what channel and what category the article is in so I can give the correct URL.
Access each article’s entry id in the search results
These seem like obvious features that should exist… Do they exist ? If they do not what plugin should I buy to get these features ?
I’ve checked out Super Search from Solspace but it says :
{excerpt}
This variable will behave just like it does in the native EE Search module.
I don’t want to pay $119 if it has the same limitation as with EE’s built in search results… Does anyone know if super search will allow us to use conditions with the {excerpt} field ? :
{if excerpt}{excerpt}{/if}