Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Simple search

Status Resolved
Add-on / Version Publisher
Severity Trivial
EE Version

Filip Vanderstappen

Feb 05, 2013

What’s your current take with {exp:search:simple_form}? It’s generation the action automatically but it’s always including the language segment. This breaks the search functionality as the form is never reaching it’s action function.

When I set this action parameter to the url it al works fine.

#1

BoldMinded (Brian)

Publisher will not work with the native search… it won’t search the translations. I had a build of Low Search working with Publisher, and worked with Low on his new release, but I haven’t had a chance to update to the revised hooks he implemented.

#2

Filip Vanderstappen

Ok. This can be closed for me!

#3

BoldMinded (Brian)

Filip, check the 0.98 build I sent you, specifically the mod file. You can do basic custom field searches:

{exp:publisher:search field_name="some_value|another_value"}
    {exp:channel:entries entry_id="{entries}"}
        {title}
    {/exp:channel:entries}
{/exp:publisher:search}

Login to reply