Closed (fixed)
Project:
Search API
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
19 Aug 2014 at 15:11 UTC
Updated:
18 Mar 2019 at 12:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dcam commentedReports of this nature belong in the Drupal.org webmasters issue queue.
Comment #2
dcam commentedComment #3
iantresman commentedThanks for that. Where do I find the "Drupal.org webmasters issue queue"?
Comment #4
dcam commentedI already moved it to that queue. See comment #1 where I changed the Project. You can click the Issues link just above the node title to see the queue.
It may also belong in the Drupal.org infrastructure queue. It's not clear which would be more appropriate.
Comment #5
iantresman commentedThank you, and sorry that I didn't notice.
Comment #6
lizzjoyMoving to customizations.
Comment #7
drummThis column is search_api_relevance. I'm not sure if this belongs in Search API Database specifically, or Search API.
These aren't really rounding errors, that's how floating point calculations work on computers, and I don't see us changing that.
We should round the numbers to display nicely.
Comment #8
drummThanks to a tip in #3035716: Issue search score formatting improvement, I found that the Views handler needs to know the field is a float, and will handle the rounding options.
Comment #9
drunken monkeyMakes sense, thanks!
Committed.