regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

make tag search result behavior be either "accumulating" or "replacing" #48

Open regularstuff opened 3 months ago

regularstuff commented 3 months ago

If you search for "tracing" you get back two articles, Post1 has tags "tracing", "dis", and "python".
Post2: the other has tag just "tracing"

You click on "python", what should happen to post 2?

Should a clicking a tag show ONLY the results? Or should it add the results to what is already showing?

There should be a toggle to let user choose: add to current search results (being careful not to get dupes). Or just get matches for what they clicked.

Two related issues to come: "Add previous results", "Download results" #49 and #50