-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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 |
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. |
The Feedburner one is still active and wrapping the Fireside one. He was using Square Space to host before and just moved to Fireside. |
Working on this now... |
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
The text was updated successfully, but these errors were encountered: