Matching two lists od texts

Having two lists of texts, and two data types

Example:

LIST1
Keyword1
Keyword2
Keyword3

LIST2
Keyword 1
Keyword2
Keyword3

Is it possible to make a matchmaking here with two lists like this?

If 1, 2 or all 3 keywords are matching with each other, including the intersections for example between keyword 1 on the left list and keyword 3 on the right list.

Thanks!

Operators & Comparisons - Bubble Docs…-intersect-with-…

There’s an operator for what you’re looking for.

2 Likes

Not possible, or if you could see with your eyes and maybe share a more specific condition? Thanks!

Two data types:

  1. 1st data type has field: List of texts (keywords)

  2. 2st data type has field: List of texts (keywords)

How to see if there are matching keywords between the two lists (data types), one or more? [max 3]

List A : Intersect With List B: count > 0

1 Like

True, same as only the count of the intersection, but I need here to match two users…

Here is the way to match two lists of texts with the same keywords or that contain the same keywords:
example2141251

Now, how to match different keywords between each other?

P.s the data type, where are the “3_keywords” on the list, we have a user field. (If this helps)

Thanks! :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.