I created a view block based search API module.

I want displayed in this block similar products to the product currently being viewed.

When I get the word "mint" in the value of fixed contexuel filter "full text search", I have products containing "mint" that appear in the right column.

I want the text title field and body field are sought instead of "mint".

I parameterize filters API search index, not to seek unnecessary words.

How to do this ? How to set the pop filter?

Thank you

Comments

s1biose created an issue. See original summary.

drunken monkey’s picture

Status: Active » Postponed (maintainer needs more info)

I'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.)

legolasbo’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I 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.

zenimagine’s picture

I 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 ?

zenimagine’s picture

Status: Closed (cannot reproduce) » Active
drunken monkey’s picture

Status: Active » Fixed

I’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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.