Skip to content

Bug: Company name must be UPPERCASE in API for UI to work properly #1061

Description

@sebiboga

Description

When selecting a company from the UI, if the company core name is not stored in UPPERCASE in the database, the functionality doesn't work properly in the UI.

Steps to reproduce

  1. Go to peviitor.ro
  2. Search for a company
  3. Select a company from the results
  4. The company profile may show 0 positions or not work correctly

Root cause

The API requires the company name to be in UPPERCASE for the search to work correctly. When the company core name is stored in lowercase or mixed case, the API fails to find the company.

Expected behavior

The API should normalize company names to UPPERCASE when searching, regardless of how they are stored in the database/SOLR.

Solution needed

Ensure the API always uses UPPERCASE when querying company names, or normalize the company name before performing the search.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions