Function vanilla_frontend_search_distinct
Extends the original database seach SQL query with a distinct clause to prevent duplicates. Meant to be used as a filter callback in order to extend the original database seach SQL query.
License:
GPLv3
Author: Nevma, http://www.nevma.gr, info@nevma.gr
Located at base/vanilla-frontend-search.php
Author: Nevma, http://www.nevma.gr, info@nevma.gr
Located at base/vanilla-frontend-search.php
Return value summary
string
|
The where part of the database search SQL query, having been extended with a distinct clause to prevent the appearance of duplicates. |