Search is outputting “no results found” (default message) without any wrapper

, so need a selector class to style it.

need changes

Issue fork ai_search-3559557

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ravi kant created an issue. See original summary.

scott_euser’s picture

Project: AI Search » AI powered Search Block
wouters_f’s picture

Is it something like this that you're looking at:

public function giveMeAnError(string $msg): StreamedResponse {
    $msg = '<p class="error">' . $msg . '</p>';
    $parts = str_split($msg, 4);
    return $this->streamBackResponse($parts, 'string', '', []);
  }
wouters_f’s picture

Status: Active » Fixed

Added an error class.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.