Ticket #399 (closed clarification: worksforme)

Opened 1 year ago

Last modified 1 year ago

what's the URI format for category feeds with spaces in their names?

Reported by: russ Assigned to: jsuttor
Priority: high Milestone:
Component: ambra Version: 0.7
Keywords: feed, rss, atom, testing Cc:
Blocking: Blocked By:

Description

for example, i've got two articles showing up in browse for 'Cardiovascular Disorders'

but i can't get a feed URL that displays this category.

I tried:

http://plosone-dev.plos.org/article/feed?category=Cardiovascular%20Disorders http://plosone-dev.plos.org/article/feed?category=Cardiovascular+Disorders http://plosone-dev.plos.org/article/feed?category=Cardiovascular Disorders

Dependency Graph

Change History

06/18/07 18:43:28 changed by jsuttor

  • keywords changed from feed to feed, rss, atom, testing.
  • owner changed from somebody to jsuttor.
  • status changed from new to assigned.
  • component changed from topaz to plos-one.

06/18/07 22:15:48 changed by jsuttor

URI encoding rules use %20 for ' '. setting up a local test to watch the logs.

06/19/07 12:35:59 changed by jsuttor

  • status changed from assigned to closed.
  • resolution set to worksforme.

the %20 escaping does work.

note that the feed, by default, goes back 3 months. are there any articles on the test server that meet this criteria?

please try specifying a start date:

http://george.topazproject.org:8080/article/feed?category=Cardiovascular%20Disorders&startDate=2006-12-20

to see if that returns the desired articles.

please also advise if the startDate default of 3 months is appropriate? should there be no startDate by default?

P.S. startDate, comming soon to common config in plosone.xml ...

06/20/07 14:08:33 changed by russ

yup. that did it. thanks!

10/29/07 21:13:36 changed by

  • milestone deleted.

Milestone 0.7 deleted