``` searchResu...
# getting-started
o
Copy code
searchResults.sortBy {
                                        if (it.negotiated_price != null)
                                            100 - ((it.negotiated_price.toInt() / it.price) *
                                                    100)
                                    }