##// END OF EJS Templates
Rewrites search engine to properly paginate results (#18631)....
Rewrites search engine to properly paginate results (#18631). Instead of counting and retrieving results based on their timestamps, we now load all result ids then load the appropriate results by their ids. This also brings a 2x performance improvement as we search tokens in one of the 2 queries only. git-svn-id: http://svn.redmine.org/redmine/trunk@13739 e93f8b46-1217-0410-a6f0-8f06a7374b81
Jean-Philippe Lang -
r13357:2fe806a4a49c
Show More
Name Size Modified Last Commit Author
/ lib / SVG / Graph
Bar.rb Loading ...
BarBase.rb Loading ...
BarHorizontal.rb Loading ...
Graph.rb Loading ...
Line.rb Loading ...
Pie.rb Loading ...
Plot.rb Loading ...
Schedule.rb Loading ...
TimeSeries.rb Loading ...