Skip to content

Web UI's job count to increase by 2 per query #1077

@coderabbitai

Description

@coderabbitai

Description

The web UI currently sends two separate requests to the CLP package for each user query:

  1. One request for the timeline data
  2. Another request for the search results

This causes the search job count to increase by 2 for each query submitted through the web UI, which creates a confusing user experience and unnecessary overhead.

Steps to Reproduce

  1. Open the web UI
  2. Submit a search query
  3. Observe the search job count increases by 2 instead of 1

Expected Behavior

Each user query should ideally result in a single job count increment.

Actual Behavior

Search job count increases by 2 for each query, making it appear as if twice as many searches are being performed.

Potential Solutions to Explore

Consider ways to improve the user experience.

Additional Context

Environment

  • Component: Web UI + CLP Package interaction
  • Affects: User experience and job count accuracy

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions