Skip Menu |

This queue is for tickets about the REST-Neo4p CPAN distribution.

Report information
The Basics
Id: 80440
Status: resolved
Priority: 0/
Queue: REST-Neo4p

People
Owner: maj.fortinbras [...] gmail.com
Requestors: joseph.guhlin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.1283
Fixed in: 0.1284



Subject: Add to index allows multiple
It'd be nice to set be able to add multiple fields/values for an item in the index, instead of: $node_idx->add_entry( $ShaggyNode, 'pet' => 'ScoobyDoo' ); it'd be good to support(pardon me as I rip off of your example: $node_idx->add_entry( $ShaggyNode, {'pet' => 'ScoobyDoo', 'species' => 'Dog', 'genotype' => 'ScSc', 'episodes_featured' => 2343 } ); as well as supporting the old style (for backwards compatability with existing scripts, although it wouldn't be too difficult to change).
Hi Joseph, I've added this to 0.1284, going up this evening- cheers MAJ