mwmbl / front-end-original

A front-end for the mwmbl search engine written in vanilla javascript
https://mwmbl.github.io/front-end/
GNU Affero General Public License v3.0
13 stars 3 forks source link

Load Results In Limit & A Button To Show The Next Results! #31

Closed ghost closed 9 months ago

ghost commented 1 year ago

Hello.

This 'Mwmbl' search engine loads all results in once, and there is no button or any arrow to load the next. And isn't it will effect the performance of the website? It is very important to implement this feature. And a arrow to go back to previous result, there is no-need to create a new html page for the next results, just modify html elements.

Thanks.

ColinEspinas commented 1 year ago

Hey @OneByteTools, thanks for opening this issue, this is a good idea but could be impossible to do with the current API.

This repository is only about the official client/front-end.

@daoudclarke is there a pagination option from the search API?

daoudclarke commented 9 months ago

Sorry, just saw this - we discussed pagination but it's not a priority right now.