How we could sort this Search so that two intersecting lists with the most (max 3) matching items are listed first?
Thanks! Hope to not raise too much of WU
How we could sort this Search so that two intersecting lists with the most (max 3) matching items are listed first?
Thanks! Hope to not raise too much of WU
Hi there, @another⌠Iâm not going to get into the WU thing, but one way (the only way?) to do what you described is to merge two or more filtered searches together. So, the first filtered search could check to see if the intersecting count is 3, and you could merge that filtered search with other filtered searches that check for counts that are less than 3.
Hope this helps.
BestâŚ
Mike
Hi @mikeloc!
Have decided to go with the multiple advance searches, after reducing quite a bit WU recently.
Individual advance search works, and it shows to each user other matching users, but when two advanced searches are merged, then the first search is canceled, and only in this case users with less then 3 common words are shown to each user.
Any ideas why? Thanks!
Additionally if possible to sort by the number of common keywords between two users? From 3 to 1?
Try turning on the experimental parentheses feature (or enabling the new expression composer, but itâs buggy) and building the expression again⌠you need to make sure each :filtered operator applies only to its related search and not the expression as a whole.
Because the number of common keywords isnât stored anywhere, the only way I can think of to âsortâ by that number is to merge 3 filtered searches together⌠one where the count is 3 merged with one where the count is 2 merged with one where the count is 1.
Same as previusly with two merged advance searches, here with all the three, now it only displayes users with one common keyword.
Did you miss the first part of my reply about enabling the experimental parentheses feature or the new expression composer?
How to accomplish this?
Is this a bug, or there is another way to create a separate expression?
Just keep building out the expression⌠it can be tricky to get it right if it doesnât insert the breaks in the ârightâ places⌠you just have to play with it.
True to that @mikeloc! Have reached that stage with playing with it⌠It works, three advanced searches with âthe experimental parentheses feature or the new expression composerâ and the list is sorted first with 3 matching keywords, then 2 and then 1. Perfect!
Thanks @mikeloc!
This topic was automatically closed after 70 days. New replies are no longer allowed.