Opened 22 months ago
#811 new enhancement
Remove BibTex output item count limits
| Reported by: | jblayloc | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | WebSearch | Version: | |
| Keywords: | Cc: |
Description
From hoc:
It would probably be better for this to work like the LaTeX CV format, which
can display over 1,000 records at a time. Certainly, a limit of 1,000 would be
more suitable than the 100 limit as the point of the bibtex format is not to
read the result but cut-and-paste to a file.
The limit is inside search_engine.py, but the effect is seen in the output format. There is machinery in search_engine meant to raise (remove?) this limit for xml output formats; perhaps that is helpful here.
Note: See
TracTickets for help on using
tickets.
