In a model(Developer) have following fields- id, name, platform. In the data are (1, abc, PHP), (2, xyz, JAVA). If user will search with this "java and php" in this model, i want to compare each term with the platform field and show both result as a search result. How it possible?
Thanks.
Thanks.