Closed (fixed)
Project:
Search API
Version:
7.x-1.19
Component:
General code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2016 at 21:12 UTC
Updated:
24 Feb 2019 at 16:19 UTC
Jump to comment: Most recent
Comments
Comment #2
drunken monkeyI'm sorry, I can't understand what you're trying to say. Could you try to explain again? (Maybe ask someone else to translate to English if you're having problems.)
Comment #3
legolasboI am closing this issue because information was requested over a year ago, but no new information has been provided since. Please reopen this issue with the requested information if you think that this issue is still relevant.
Comment #4
zenimagine commentedI noticed that in the context filter of the view, there was a filter "Search: More like this". How to make it work? Is this the right solution ?
I have a tags field on my articles with taxanomy terms. I would like to retrieve the taxonomy terms from this field in the current page and use them as keywords to search the body and title of all articles. To view similar articles.
How to create a block "Search: More like this" with my articles ?
Comment #5
zenimagine commentedComment #6
drunken monkeyI’m afraid that this specific functionality is not available. You would have to write a contextual filter (or, rather, just a default argument plugin) for that yourself.
The normal “More like this” contextual filter will just find nodes with (for instance) similar terms. It won’t be able to use the terms’ names as fulltext keywords for other fields.