Skip to content
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

Listing jrnl entries by tag for non default journal seem to not work as expected. #875

Closed
jayrod opened this issue Mar 12, 2020 · 1 comment · Fixed by #991
Closed

Listing jrnl entries by tag for non default journal seem to not work as expected. #875

jayrod opened this issue Mar 12, 2020 · 1 comment · Fixed by #991
Labels
bug Something isn't working 📌 This can't go stale
Projects

Comments

@jayrod
Copy link

jayrod commented Mar 12, 2020

Bug report

Hello! Thank you for reporting an issue!
If you would fill out the below points, that would make our process a whole lot easier!

  • Please tell us about your environment:

    • Jrnl version: (run jrnl -v) v2.2
    • How you installed Jrnl pip3
    • Operating system [MacOS, Linux, Windows?] Debian
  • What is the current behavior?
    with default journal tags work fine
    jrnl -s @SomeTag

jrnl other_journal -s @SomeTag

This does not work

  • Please provide the steps to reproduce and if possible a minimal demo of the problem

  • What is the expected behavior?
    listing entries with a journal tag for a non default journal will still return items.

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

@jayrod jayrod added 🆕 New! bug Something isn't working labels Mar 12, 2020
@wren wren removed the 🆕 New! label Mar 13, 2020
@wren
Copy link
Member

wren commented Mar 13, 2020

Confirmed on v2.2.

This is related to the arg parsing problems we've been having, and should be resolved by implementing the new arg parsing library (#866).

@jayrod For now, you can do jrnl other_journal @SomeTag -s to do what you're intending.

@stale stale bot added the stale Inactive issue: will be closed soon if no activity label May 12, 2020
@wren wren added the 📌 This can't go stale label May 16, 2020
@stale stale bot removed the stale Inactive issue: will be closed soon if no activity label May 16, 2020
@wren wren added this to To do in Arg parsing via automation Jul 9, 2020
@jrnl-org jrnl-org deleted a comment from stale bot Jul 9, 2020
@wren wren closed this as completed in #991 Aug 1, 2020
@wren wren moved this from To do to Done in Arg parsing Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 📌 This can't go stale
Projects
No open projects
Arg parsing
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants