Questions tagged [related-content]
69 questions
10
votes
4 answers
Is there an API available for Google's Related Search Queries?
When I search for Clooney at google.com a number of related search queries are suggested at the bottom:
Searches related to clooney
clooney movies
clooney girlfriend
rosemary clooney
nick clooney
clooney oscar
obama clooney
clooney fundraiser
betty…

Tom
- 8,536
- 31
- 133
- 232
5
votes
2 answers
Get records order by count of related Many to Many association
Scnerio:
https://www.funtraker.com is listing movies, tv shows and games. On show page of each resource(Movie, Tv Show etc) we want to list down the related resources.
Schema:
class Movie < AR::Base
has_many :resource_genres, as: :resource
…

Naveed
- 11,057
- 2
- 44
- 63
4
votes
1 answer
Drupal 6: Related "Locations" using Views
I have a custom field (field_locations ) which lists 20 different locations. I would like to use that field as an argument to obtain a block view that lists similar/related locations.
Any idea on how to construct the argument?

Gaba Rinocheka
- 43
- 6
3
votes
1 answer
What is the best practice to route related entities in ASP.NET WebApi
I'm working with entities in WebApi application that have a linked entities.
For example:
Entity Street has the following related resource: City
Entity City has: Region, CityType
Entity Person: Address, Nationality, Position, Catalog, Documents…
user5246440
3
votes
2 answers
Is there an API to get results similar to Google's "people also search for"?
I'm looking for an API that would give similar results to the Google's "people also search for" feature. So that, for instance, when I search for Stanley Kubrik, I see all the other film directors that people search for.
I know about the Freebase…

Aerodynamika
- 7,883
- 16
- 78
- 137
3
votes
2 answers
Linking similar sums/problems in exam papers
I'm working on an app which is creating a data bank of questions from old question papers. I wanted to maintain a table linking similar questions together as they were inserted. (The table I had in mind was a Modified Preordered Traversal Tree).
The…

Angad
- 2,803
- 3
- 32
- 45
2
votes
1 answer
Are there any opensource alternatives to an related posts indexing system similar to Outbrain or Linkwithin?
Basically I'm looking for related posts between websites without using any API or direct access to the databases (direct parsing of the content perhaps?)
I'm guessing an open source search engine (preferably coded in PHP) would do the job. Did…

Cristian Dumitru Antohe
- 136
- 4
2
votes
1 answer
Using a Data Model to 'relate' to other models (create relationships)
I have a data model that stores specific extreme-sports information. This data is displayed in a tableView, where the cells (extreme sport tricks) can be tapped to view all the details in a Details VC. Part of these details is an optional 'related'…

Joe
- 3,772
- 3
- 33
- 64
2
votes
1 answer
Display related products based on tags only in Woocommerce 3
By default Woocommerce on single product page displays related products based on category - related product slider will display the same category products.
Woocommerce documentation states this - "Related Products is a section on some templates…

Rudolfs
- 137
- 3
- 18
2
votes
2 answers
WooCommerce - related products by tags and categories
I want to display 8 "related products" in every product page of my site based on tags. But if there are less than 8 results fill the gaps with products in the same Categories.
Here is code that I'm using for showing only tag-related products…

Radio Sick
- 21
- 1
- 1
- 2
2
votes
1 answer
How can I get related videos with php on youtube api?
I want to get related videos on Youtube when user enters the video id on my system. But system will work like this:
User will enter video id
System will find related videos of the video that user entered.
After that, system will choose one of the…

paranoidandroidiot
- 35
- 8
1
vote
1 answer
How to retrieve delicious related tags
I have found this example here which uses delicious related tags and create a graph. But I don't know how they implemented it. I don't know how to get a list of related tags from delicious API, because in the documentation it is not mentioned at…

Bakhtiyor
- 7,198
- 15
- 55
- 77
1
vote
0 answers
How to reach out related data in razor page. EF Core 5.0
I'm trying to get Product data with its ProductComments but I'm getting null error when I ask for it. There is a one-to-many relation between Product and ProductComments.
Let me show you my data access layer:
public interface IRepositoryProduct :…

BerkGarip
- 534
- 5
- 18
1
vote
0 answers
Related posts functionality
I am trying to build a related posts functionality like what we see here in stackoverflow on the bottom right corner. My main difficulty is that the related posts have to be determined at runtime when loading a particular post.
I am thinking to look…

Nelson Pires
- 321
- 4
- 12
1
vote
0 answers
field_to_name_array - Take second-level related data
I'm in a custom module; in editview.
Thanks to this https://stackoverflow.com/questions/41063014/populating-a-field-when-choosing-a-relate-field-suite-crm#=, I'm automatically populating some fields from the aos_products module when the user chooses…

Elisa74
- 25
- 5