OpenTreeOfLife / oti

indexing service for the OpenTreeOfLife nexson repository
Other
1 stars 0 forks source link

singlePropertySearchForTreeNodes only returns a single node result when there should be many #11

Closed chinchliff closed 10 years ago

chinchliff commented 10 years ago

Need to determine if this is a problem with:

  1. Indexing--not storing the information in the indexes in the first place.
  2. Searching--indexes contain all the information, but we are not finding/returning it.
  3. Results processing--indexes contain all the information, and we are finding/returning it, but then reporting to the webservice is somehow getting borked.

Example curl call:

curl -X POST http://localhost:7474/db/data/ext/QueryServices/graphdb/singlePropertySearchForTreeNodes/ -H "Content-type:Application/json" -d '{"property":"ot:ottTaxonName","value":"Homo","verbose":true}'
chinchliff commented 10 years ago

I think this has been resolved.