Topic: Search by Tags or Keywords

Hello everyone,

Is there a way to search a database using multiple keywords separated by a comma?

Majority of my projects are categorized and noticed other category elements at times have
similar keywords.

I would like to search for those particular keywords instead of the category they pertain too.


Thank you,
Eddie

Re: Search by Tags or Keywords

What kind of tags you use? It's just text? or you can select tags from a combobox? to assing it to a project?

Dmitry.

Re: Search by Tags or Keywords

Hello Dmitry,

sorry for the late response, just getting back to college.

I would say something similar like, when using Wordpress adding as many tags to a post.

Having the ability to populate a text field with keywords.
Example:   Product: Website  Keyword Tags: html,css,images,xml,php,color,

When conducting a search on : css
the product website shows on grid table.

Re: Search by Tags or Keywords

Hi Eddie,
I'd probably try and do it something like the attached, using the same lookup (tags) table for however many tags I wanted to hold against the website and then concatenate the tags into a calculated field to use for my search.
Derek.

Post's attachments

Attachment icon heriberto tags.zip 338.79 kb, 312 downloads since 2019-01-26 

Re: Search by Tags or Keywords

heribertom6466 wrote:

Hello Dmitry,

sorry for the late response, just getting back to college.

I would say something similar like, when using Wordpress adding as many tags to a post.

Having the ability to populate a text field with keywords.
Example:   Product: Website  Keyword Tags: html,css,images,xml,php,color,

When conducting a search on : css
the product website shows on grid table.

Please check out this example, but instead keywords uses food

Post's attachments

Attachment icon MultiSelect ComboBox many to many and search.zip 11.06 kb, 324 downloads since 2019-01-30 

Dmitry.