Skip to content

Better search? #87

Answered by jstanden
j-at-se asked this question in Q&A
Jan 28, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @j-at-se!

That's basically what this workflow does: https://cerb.ai/workflows/cerb.search.simple/

You can modify the query in that workflow so it searches ticket subjects, message content, participants, etc.

Another interaction would be like this:

start:
  while:
    if@bool: true
    do:
      set/initial:
        elements:
          text/prompt_query:
            type: freeform
            label: Search:
            placeholder: (e.g. [email protected], #ABC-12345-678, Company Name, Worker)
            default@key: prompt_query
      
      outcome/isOrg@ref: isOrg
      outcome/isEmail@ref: isEmail
      outcome/isTicket@ref: isTicket
      outcome/isWorker@ref: isWorker

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@j-at-se
Comment options

@jstanden
Comment options

Answer selected by jstanden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants