Fixed
Status Update
Comments
dl...@gmail.com <dl...@gmail.com> #2
As a corollary, for properties where unique=True one
should be able to fetch an entity by doing
Model.get_by_uniquepropertyname and also
Model.get_or_insert_by_uniquepropertyname... like Rails does with
ActiveRecord (e.g., Book.find_or_create_by_isbn).
should be able to fetch an entity by doing
Model.get_by_uniquepropertyname and also
Model.get_or_insert_by_uniquepropertyname... like Rails does with
ActiveRecord (e.g., Book.find_or_create_by_isbn).
le...@google.com <le...@google.com> #3
I'd rather see this added as an index feature, so the uniqueness could be spread
across multiple fields (and an index would almost certainly be needed to support this
efficiently, anyway).
across multiple fields (and an index would almost certainly be needed to support this
efficiently, anyway).
le...@google.com <le...@google.com> #4
I totally agree that this should be implemented as an index. It could (and I think
should) still be specified in the schema/property constructor and the index
automatically generated.
should) still be specified in the schema/property constructor and the index
automatically generated.
Description
I'm creating a new post and I'm attaching a link to our site which is in Swedish and the scraped data is not displayed correctly, the characters å ä ö cannot be rendered. Please have a look at the screenshot.
What steps will reproduce the problem?
1. Attach a link to
2. The link is scraped and data is presented along with a small thumbnail
3. The title is which contains the characters å ä ö are not rendered correctly
What is the expected output? What do you see instead? If you see error messages, please provide them.
I expect the characters to be rendered correctly. Currently I see weird boxes instead of the characters, which limits readability.