-
Notifications
You must be signed in to change notification settings - Fork 4
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
Author searches include other media types #8
Comments
tagging: @hornc |
Ah, I was replicating the IA 'author' link query -- now I see why the property is 'creator' rather than 'author'! Can we make the Search.jsx search only for |
Maybe we should have something like a "Query" class. Which has some functions to generate queries. Also, the
Update: Change the search routes can be done separately. It's not directly tied to this issue. |
Looks like we should also always have |
The query needs to be updated to be something like
collection:texts AND ${query}
.The text was updated successfully, but these errors were encountered: