Create Job
Alert to get notified for jobs available for above search query.
Try searching for another keyword or check for spelling errors in your search query.
SELECT * FROM job_details WHERE status='active' AND (MATCH(fullKeyword_column) AGAINST ('"ca"' IN NATURAL LANGUAGE MODE)) AND (MATCH(fullLocation_column) AGAINST ('"bangalore"' IN NATURAL LANGUAGE MODE) OR MATCH(fullLocation_column) AGAINST ('"bengaluru"' IN NATURAL LANGUAGE MODE))