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

publications table improvements #5

Open
kelle opened this issue May 27, 2016 · 2 comments
Open

publications table improvements #5

kelle opened this issue May 27, 2016 · 2 comments

Comments

@kelle
Copy link
Member

kelle commented May 27, 2016

because the shortname field includes numbers, we can't filter on it. E.g., searching for "cruz" gives no results while "cruz02" finds one record.

This table should be modified to allow filtering on first author last name.

@kelle
Copy link
Member Author

kelle commented May 27, 2016

ok, well, filtering actually worked for me in SQLite (v 3.8.0) but didn't work for @paigegiorlagodfrey. I asked her to update her sqllite browser and try again.

@hover2pi
Copy link
Member

hover2pi commented Jun 3, 2016

You just do db.search('cruz', 'publications') or if you just want to search the short name column db.search('cruz', 'publications', columns=['shortname']). Is that what you want?

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

No branches or pull requests

2 participants