Formats values in InputfieldPageAutocomplete and ProcessPageSearch#992
Open
esrch wants to merge 3 commits intoryancramerdesign:devfrom
esrch:esrch-patch-3
Open
Formats values in InputfieldPageAutocomplete and ProcessPageSearch#992esrch wants to merge 3 commits intoryancramerdesign:devfrom esrch:esrch-patch-3
esrch wants to merge 3 commits intoryancramerdesign:devfrom
esrch:esrch-patch-3
Conversation
Owner
|
I think we'll run into double entity encoding and some fields with obvious encoded HTML and such, so not sure we can take this approach. Dates are kind of an exception since their unformatted value is pretty useless for any kind of selection purposes. I think some more on how we might best handle it. |
Author
|
In which cases would we run in double entity encoding for example (not trying to argue, just trying to understand, so that I can maybe help solve the problem, since I really need to be able to do this :-) ). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When displaying dates in an Autocomplete field, the displayed date is a timestamp. The same is true for values coming from ProcessPageSearch (and thus being displayed during a search by an Autocomplete field). This pull request formats these values to make them readable.