Hello,
I understand that gun.get() is used for retrieving data. However, in the case of only wanting to retrieve say the most recent entries meeting the keys specified, I was wondering if this was possible? For example, if I was building a public post system and wanted to display the top 50 most recent submissions, could this be done because getting every single post ever seems very silly? I know other databases allow such actions along with offering operators which allows the user to only get entries if a certain key is greater than a given integer. Is this a feature or could it be for Gun?
Thanks.
Hello,
I understand that
gun.get()is used for retrieving data. However, in the case of only wanting to retrieve say the most recent entries meeting the keys specified, I was wondering if this was possible? For example, if I was building a public post system and wanted to display the top 50 most recent submissions, could this be done because getting every single post ever seems very silly? I know other databases allow such actions along with offering operators which allows the user to only get entries if a certain key is greater than a given integer. Is this a feature or could it be for Gun?Thanks.