bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 138 forks source link

"Search" tag no longer shows results. #443

Open craigmaloney opened 10 years ago

craigmaloney commented 10 years ago

https://bmark.us/craig/recent/search?count=50&page=0

This used to show 3-4 links, but now shows none.

dyladan commented 10 years ago

cannot reproduce

I created a bookmark with the 'search' tag and https://bmark.us/dyladan/recent/search?count=50&page=0 returns it just as i would expect.

craigmaloney commented 10 years ago

Right, I'm saying that mine are broken. Not entirely sure this is a reproducible issue, but it's indicative of some breakage for my account / bookmarks.

Craig Maloney (craig@decafbad.net) http://decafbad.net "Work hard, rock hard, eat hard, sleep hard, grow big, wear glasses if you need 'em." -- The Webb Wilder Credo

craigmaloney commented 10 years ago

Also seeing the same issue with https://bmark.us/craig/recent/news?count=50&page=0

mitechie commented 10 years ago

Ok, I can confirm the search in general works

https://bmark.us/results?search=search&content=true&submit=Search

however when limiting to your specific username it doesn't work for me.

Hmm, looking at your urls the url you have is /recent/search? How did you get that. The real search url works fine:

https://bmark.us/craig/results?search=search&content=true&submit=Search

Closing as we might have had a routing bug but I can't get these urls now.

I did try to filter on the tag 'search' in my bookmarks and it worked:

https://bmark.us/admin/recent/search?count=50&page=0

craigmaloney commented 10 years ago

If I type "search" from the bar on "https://bmark.us/craig/recent" and click "Go" I'll get no results.

craigmaloney commented 10 years ago

Or even hitting space will perform the tag search but no results will show up.

mitechie commented 10 years ago

Hmm, ok. I see now. Odd it works on my test bookmark but not your history of them. Will investigate.