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 closed"
rdf="off"
disable="categories|pagination"
}
{author_id}
{/exp:channel:entries}
{/exp:search_fields}
Assume that segment_3 is a member_id, the above code will return all of the entries that matches the pattern in list_followers, list_members, list_admins, but it won't return any entries that match author_id. I think it's a bug, but you tell me. :-)
I have an issue with searching for author_id in addition to other criteria:
Assume that segment_3 is a member_id, the above code will return all of the entries that matches the pattern in list_followers, list_members, list_admins, but it won't return any entries that match author_id. I think it's a bug, but you tell me. :-)