And had to revert to using requests.get rather than self.session.get for searches, which would lose some results that aren't public. Not sure why this symptom occurs, but got 404s from normal search requests made after running the integration test monolith. Maybe we can fix this sometime later.
Also includes a refactor of the search functions.
And had to revert to using
requests.get
rather thanself.session.get
for searches, which would lose some results that aren't public. Not sure why this symptom occurs, but got404
s from normal search requests made after running the integration test monolith. Maybe we can fix this sometime later.