alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

GAE search condition on 'text' does not compare == (fixed) #13

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From robi...@gmail.com on June 18, 2008 17:58:39

What steps will reproduce the problem? 1. create a 'text' property

  1. perform a search that compares == a string
  2. return no results

What is the expected output?

should return matches

What do you see instead?

returns empty set What version of the product are you using? On what operating system? r263 Please provide any additional information below. Are there some unit tests that I can run against the GAE data store?

Original issue: http://code.google.com/p/web2py/issues/detail?id=13

alfonsodg commented 10 years ago

From robi...@gmail.com on June 18, 2008 16:44:59

After reading the GQL reference, 'text' properties cannot be used in filters, so this should raise an error instead of quietly returning the empty set

alfonsodg commented 10 years ago

From massimod...@gmail.com on June 18, 2008 17:51:52

Summary: GAE search condition on 'text' does not compare == (fixed)
Status: Fixed