Why Is Searching for Traces So Difficult and Complicated?
Hi team... I'm trying to search for a trace and its unclear to me why searching for traces is SOOO hard: specifically -- search relevance rankings are incorrect. I have one of two undesirable options to choose from:
- 1.
Type attributes.input.value contains press <space> and hope/pray that the autocomplete list includes the magical JSON string that will find the message I'm looking for
2. Use an "AI" search. I've tried that ... and the resulting query has my search result in position 10 When I look for the logical string below -- the search result I'm looking for appears 10th in the search results
attributes.input.value contains 'this as well'To find the result I'm actually looking for I have to send over this unintuitive JSON blob
attributes.input.value contains '{"message": "this as well!", "has_image": true, "images": 1}'