Description
The web UI currently sends two separate requests to the CLP package for each user query:
- One request for the timeline data
- 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
- Open the web UI
- Submit a search query
- 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
Description
The web UI currently sends two separate requests to the CLP package for each user query:
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
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