How to make search fo two entity

0
I'm still a beginner in using mendix I want to ask how to make a search from 2 entities, so when I do a search for data that will appear from 2 different entities, I've tried using global search from mendix but it's not suitable for the project I'm working on
asked
1 answers
4

Hey Teguh,
you can go to the following blog,
https://medium.com/mendix/create-your-own-way-of-filter-by-npe-non-persistant-entity-and-microflow-4ffd11e52fb0

here I have explained how to implement filter and search functions,
Now, For two entities, you can use two different list views and put them into the same dataview and then
use the implementation, this way you will achieve your requirement.

Let me know if you face any issues,

 

Hope it helps!

answered