Currently, selects field fetches notes where the given value matches the concerned index value for a note (==). We could have a compares field inside those 2 structures that takes similar care of the (>), (<), (>=), and (<=) conditions. This would allow the end dev to not have to write a filter method for the same.
Currently, selects field fetches notes where the given value matches the concerned index value for a note (==). We could have a compares field inside those 2 structures that takes similar care of the (>), (<), (>=), and (<=) conditions. This would allow the end dev to not have to write a filter method for the same.