3

I wonder how to make eXide to return more than 10 results. No matter how I query the database, it is not possible to get more. Is there some special rule in $EXIST_HOME or so?

I use eXist-db 3.0.RC1.

Joe Wicentowski
  • 5,159
  • 16
  • 26
Honza Hejzl
  • 874
  • 8
  • 23

2 Answers2

5

One way is to wrap your query in an element.

<results>{... your query here ...}</results>
GSpringTech
  • 156
  • 3
3

Wrapping results is the way to go, but if you wish, you can edit /db/apps/eXide/resources/scripts/eXide.min.js, changing "10" in "q=n+10-1" to some other number.