Word Cloud Search

Bahbus
New Member

Hi all,

I couldn’t think of a better title. I’ve seen from time to time people looking for some sort of ability to have tags on something like an article, and then be able to select one or more tags and see what results come back. I decided to tackle that today.

https://www.appsheet.com/samples/Sample-App?appGuidString=ebf55459-def6-478f-b065-c50175ab0084
Edit: Proper sample app now.

This is not a perfect implementation as I found a bug of sorts trying to do this initially, but it works.
In my example I use 3 tables: Tags, Articles, and Search.

Articles contain many Tags and one reference back to Search. The reference was needed to get around the bug I found, and shouldn’t get in the way even at large scale.

Search is a single line table featuring an EnumList with a Valid_If back to Tags.

Lastly, there is a slice that uses INTERSECT() to determine what articles you want to see.

Thoughts, questions, concerns?

8 5 662
5 REPLIES 5
Top Labels in this Space