Hi all, I'm confuse with this two questions:
1) Create Virtual Fields are similar to create usual Views in database (mysql, postgres)? 2) What/How would you recommend to use for a search function? (just the idea could be enough) I haven't much experience with neither of both. I never used virtual fields yet and I only created some database views in the university, but I think that creating Views in the database would be better for performance, and then using those views for building my virtual fields could be more efficient than just making all operations in the virtual field (now sound a kind of obvious ;O). Can you help me with your point of view? Thank you in advance.