Comment on use of SP.
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index 7152ebb..c739684 100644 (file)
@@ -503,6 +503,7 @@ function team($, teamName) {
        debug("triggerSearch(" + m_query + "): filters = " + $.toJSON(m_filters) + ", pp2filter = " + pp2filter + ", params = " + $.toJSON(params));
 
        // We can use: params.torusquery = "udb=NAME"
+       // Note: that won't work when running against raw pazpar2
        m_paz.search(m_query, m_perpage, m_sort, pp2filter, undefined, params);
     }