Skip to content

Query by value with special characters / numbers fails #189

@mark-hoffmann

Description

@mark-hoffmann

[REQUIRED] Step 2: Describe your environment

  • Firebase SDK version: 2.12.0
  • Firebase Product: database

[REQUIRED] Step 3: Describe the problem

Querying breaks on certain strings. Setting up a query such as:

db.reference("ParentNode").order_by_child("key").equal_to("value_to_match")

Works when your values are pure strings such as "Todd", but fail to return results when your strings are like in my case of a phone number following the following pattern "+15555555".

This behavior is working in the javascript sdk, but does not in the python version.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions