Search_fields icon indicating copy to clipboard operation
Search_fields copied to clipboard

Search channel entry titles, custom fields, category names, category descriptions and category custom fields

Results 9 Search_fields issues
Sort by recently updated
recently updated
newest added

Any chance this could get an update for EE3+ (or most importantly 5)?

I have an issue with searching for author_id in addition to other criteria: ``` {exp:search_fields search:author_id="{segment_3}" search:list_followers="{segment_3}\W" search:list_members="{segment_3}\W" search:list_admins="{segment_3}\W" operator="OR" channel="lists" parse="inward"} {exp:channel:entries entry_id="{search_results}" channel="lists" dynamic="off" limit="20" sort="asc" orderby="title" status="not...

Hi mark, Great addon, thank you for creating it. I'm having a little issue with the {if no_results} tags. I've got: `{exp:search_fields search:title="{get:search}" channel="country" min_length="3" parse="inward"} ``` {exp:channel:entries channel="country" entry_id="{search_results}"...

When no search is occurring, the plugin should optionally throw a 'no results' response because always doing so causes conflict with other channel:entries parameters. For instance, say we have the...

Mark, I added a couple lines to the "contains" matching so you can now do: search:field="^startwiththis" or search:field="endswiththis\$"

I just added a couple lines to enable searching by a category ID. In my use case, I had a dropdown for the user to choose to filter by a...

Hi Mark, Does the plugin only work with one custom category field? I have 5 listed in the parmeters and it only seems to work with first one listed. e.g:...

I started building a search interface against a channel, and quickly found these errors ``` A PHP Error was encountered Severity: Notice Message: Undefined property: CI_DB_mysql_result::$result Filename: search_fields/pi.search_fields.php Line Number:...

I used it for cutom field populated by date type. But not seems to be working.