Comment 4 for bug 1974195

Revision history for this message
Jason Stephenson (jstephenson) wrote (last edit ):

I found a variation of the query from comment #2 useful for testing on production:

request open-ils.pcrud open-ils.pcrud.search.bre "AUTHTOKEN" {"id":{"<":1000},"deleted":"f"}, {"flesh":2, "flesh_fields":{"bre":["call_numbers"], "acn":["copies"]}}

Depending on how many bib records you have with low id numbers, it should return enough records to demonstrate the bug. You might want to play with the id number, etc.