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

Handling of \ escape sequences in queries #126

Open
IgnoredAmbience opened this issue Jan 19, 2018 · 0 comments
Open

Handling of \ escape sequences in queries #126

IgnoredAmbience opened this issue Jan 19, 2018 · 0 comments

Comments

@IgnoredAmbience
Copy link

I have a bibtex file with an author entry of author = Maksimovi\'{c}, Petar and I wish to query for this author's last name.

I try the query bibtex["@*[author ~= Maksimovi\\'{c}]"] but receive no results. However the query b["@*[author ~= Maksimovi\\\\'{c}]"] works.

Could you please add guidance in the readme for how to handle backslashes in bibtex queries, or confirm that the escape handling for queries is...weird.

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant