suggested_grants sql: SELECT DISTINCT g.grant_id, g.grant_status, g.deadline, ga.upcoming, g.unofficial_title, g.description, g.date_display, g.letter_date, g.conference_deadline, g.is_conference_date_manditory, g.is_letter_date_manditory, gr.location FROM main_grant_view g LEFT JOIN grants_additional ga ON g.grant_id = ga.grant_id LEFT JOIN gw_grant_region gr ON g.grant_id = gr.grant_id LEFT JOIN gw_grant_category gc ON g.grant_id = gc.grant_id LEFT JOIN gw_recipient grc ON g.grant_id = grc.grant_id WHERE g.grant_status = '' AND (g.official_title LIKE '% human rights %' OR g.unofficial_title LIKE '% human rights %' OR g.description LIKE '% human rights %' OR g.fulldescription LIKE '% human rights %' OR g.eligibility LIKE '% human rights %' OR g.eligibility_more LIKE '% human rights %' OR g.categories LIKE '% human rights %') AND grc.recipient_id = 2 GROUP BY g.grant_id ORDER BY CASE WHEN g.official_title LIKE '% human rights %' THEN 1 WHEN g.unofficial_title LIKE '% human rights %' THEN 2 ELSE 3 END, g.deadline ASC LIMIT 100 The Number #1 Advanced Grant Search EngineThe Number #1 Advanced Grant Search Engine
We use cookies to enhance your browsing experience on GrantWatch.com. By continuing to use our site, you consent to the use of cookies. Learn more by exploring our comprehensive Cookie Policy