Thread Previous • Date Previous • Date Next • Thread Next |
Hi all, Has anyone worked on a search() method for JSON-serialized sparse fields? In theory, one could use postgresql's JSON features introduced in 9.2, or failing that, some (dirty) regexp to build the search query. Any ideas or suggestions? I've seen Therp's unserialize_field, but I like to stay serialized :) Thanks!
Thread Previous • Date Previous • Date Next • Thread Next |