I can’t figure out how to search through a database of photos, with titles. I’m trying to search by splitting up the terms in the search box and then splitting the words in the title. If any words are similar, then id returns all of the posts that are similar.
It seems like you have to do this with constraints and i cant use OR
title == search terms
title is in search terms
title contains search
I know javascript, python java and all of those languages so is it possibke to write a script to search and return the relevant titles? That would be the best option.
Thank you