Hello,
I’m not sure I understand exactly what you’re asking, but a Loop’s results can be filtered by keyword using the search
attribute. If you’re working with the native WordPress search, you can get the terms from the query parameter like so:
<Loop search="{Url query=s}" orderby=relevance order=desc>...</Loop>
However, I would also try a loop without any attributes, which should inherit the default search query, and should suit your needs provided you don’t need any other filtering or ordering:
<Loop></Loop>
Does this help? If not, could you send your L&L markup to help me understand where you’re having trouble?
Thanks,
Julia @ Team Tangible
Marking this as resolved since it was addressed in a separate post made by the user on L&L’s official support forum.
@adrypi95 don’t hesitate to reach out or create a new support thread if you have any other questions about the plugin!