I am creating a website using django and React. I have setup a search engine using elasticsearch and I showed the data in my website using React-searchkit. I want to integrate boolean search in my searchbox to allow the user to search using boolean operators like this:
so how can I do that?