Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for exact name does not return expected podcast #6

Open
stevencrader opened this issue Oct 20, 2020 · 4 comments
Open

Searching for exact name does not return expected podcast #6

stevencrader opened this issue Oct 20, 2020 · 4 comments

Comments

@stevencrader
Copy link

When searching for the podcast "Politics Politics Politics" using the exact name as the query "Politics Politics Politics" the podcast is not found in the first 60 items.

The podcast is id 656983: https://api.podcastindex.org/api/1.0/podcasts/byfeedid?id=656983&pretty

Search results using API: https://api.podcastindex.org/api/1.0/search/byterm?q=Politics%20Politics%20Politics&pretty

Search results using Pod Friend: https://web.podfriend.com/search/politics%20politics%20politics

@stevencrader
Copy link
Author

Also, it looks like when Justin moved hosting providers recently, the previous URL data was not setup so there are now 2 entries:

Original one with the Feedburner as the source. ID 656983: https://api.podcastindex.org/api/1.0/podcasts/byfeedid?id=656983&pretty

The new one with the Fireside source. ID 1318299: https://api.podcastindex.org/api/1.0/podcasts/byfeedid?id=1318299&pretty

The alternate was found by searching for his name: https://api.podcastindex.org/api/1.0/search/byterm?q=justin%20robert%20young&pretty

@daveajones
Copy link
Contributor

This is good feedback. Thank you. Let me dig in and find out what is happening here with sphinx internally when it sees three of the same word like that.

Looks like there is no 301 on the feeburner to point to the new fireside feed. This is a good test case for duplication detection. I'll boost the popularity score for the new one so it'll show up properly until I dig into sphinx, but I'd like to leave the old one in there too for testing duplication detection code.

@stevencrader
Copy link
Author

The Feedburner one is still active and wrapping the Fireside one. He was using Square Space to host before and just moved to Fireside.

@daveajones
Copy link
Contributor

Working on this now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants