DICE-UNC / metalnx-web

Metalnx Web Application
https://metalnx.github.io/
Other
1 stars 0 forks source link

Review and address offset/limit in spec query #22

Open michael-conway opened 6 years ago

michael-conway commented 6 years ago

Look at SpecQueryServiceImpl in services..

e.g.

            queryResultSet = specificQueryAO.executeSpecificQueryUsingAlias(specQuery, 99999, 0);

Review these settings, how they are propagated, and trace them through to jargon. Note that metalnx is trying to set offset and limit in sql too.