I have a list entry point with an order by clause:
[[
api:selector [
api:where """
(?representation ?score) text:query (text:text ?searchTerm -1 ) .
?item content:hasRepresentation ?representation .
"""
; api:orderBy "?score"
]
]]
Both the select query and the view query contain sorts. Is the sort in the
view query necessary?
Original issue reported on code.google.com by br...@epimorphics.com on 19 Mar 2013 at 8:01
Original issue reported on code.google.com by
br...@epimorphics.com
on 19 Mar 2013 at 8:01