```sql SELECT term FROM terms WHERE term &^ ${QUERY} OR readings &^ ${QUERY} OR term &@ ${QUERY} ORDER BY term; ```