We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Results field of Search Relevance / Compare search results, the text wrapping is bizarre.
With the query {} on the sample_data_ecommerce index, the first result (with a certain window width) looks like this:
category: ["Men's Clothing"] currency: EUR customer_first_name: Eddie customer_full_name :Edd ie Underwood customer_gender: MALE customer_id: 38 customer_last_name: Underwo
category:
currency:
customer_first_name:
customer_full_name
customer_gender:
customer_id:
customer_last_name:
Three problems:
Result should be formatted like this:
category: ["Men's Clothing"] currency: EUR customer_first_name: Eddie customer_full_name: Eddie Underwood customer_gender: MALE customer_id: 38 customer_last_name: Underwood customer_phone: day_of_week: Monday day_of_week_i: 0 email: [email protected] manufacturer:
customer_full_name:
customer_phone:
day_of_week:
day_of_week_i:
email:
manufacturer:
Chrome 107.0.5304.87 on macOS 12.6 Intel
(I don't know why the colon after "category" is missing here -- I couldn't reproduce that.)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is the bug?
In the Results field of Search Relevance / Compare search results, the text wrapping is bizarre.
How can one reproduce the bug?
With the query {} on the sample_data_ecommerce index, the first result (with a certain window width) looks like this:
Three problems:
What is the expected behavior?
Result should be formatted like this:
What is your host/environment?
Chrome 107.0.5304.87 on macOS 12.6 Intel
Do you have any screenshots?
(I don't know why the colon after "category" is missing here -- I couldn't reproduce that.)
Do you have any additional context?
The text was updated successfully, but these errors were encountered: