Resolved - Fix the tag search result for a user's tags

Currently, when clicking on a user's tag, the results show post from all users.

Make the results specific to that user.

/tags/jr

"food" - /tag/food

returns all posts with tag "food" and not just jr's food posts.


four possible parameters in URI after .pl:

  • 1st is always the function: "tag"
  • 2nd is always the tag name: "design" in this example
  • 3rd param is variable:
    • page number if numeric
    • rss (will prohibit username as rss. rss reserved word in code.)
    • username if not numeric and not equal to rss then username
      • if valid username then 4th param can be:
        • page number
        • rss

/tag/design

/tag/design/3

/tag/design/rss

for user: scaup

/tag/design/scaup

/tag/design/scaup/3

/tag/design/scaup/rss

#junco
#resolved

From JR's : articles
112 words - 728 chars
created on
updated on
import date 2013-08-12 21:49:52 - #
source - versions

Related articles
Completed - Commit to github - 7Oct2013 - Oct 08, 2013
Resolved - Fix bug with not able to view source - Jun 27, 2013
Resolved - Kestrel code stats - Aug 20, 2013
Resolved - Add edit link at top of article - Sep 01, 2013
Resolved - Add Markdown support - Jul 02, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 20, 2024 - 11:56 a.m. EDT