This commit is contained in:
		
							parent
							
								
									fed0208291
								
							
						
					
					
						commit
						9496c9aae0
					
				| @ -84,6 +84,22 @@ func CreateCorpusIndexes() error { | ||||
| 
 | ||||
| func GetTiplocFromCrs(crs string) (tiploc string, err error) { | ||||
| 	// Return TIPLOC from CRS code | ||||
| 
 | ||||
| 	// PIPELINE: | ||||
| 	/* | ||||
| 	   bson.A{ | ||||
| 	       bson.D{{"$match", bson.D{{"3ALPHA", "BTH"}}}}, | ||||
| 	       bson.D{ | ||||
| 	           {"$project", | ||||
| 	               bson.D{ | ||||
| 	                   {"TIPLOC", 1}, | ||||
| 	                   {"STANOX", 1}, | ||||
| 	                   {"_id", 0}, | ||||
| 	               }, | ||||
| 	           }, | ||||
| 	       }, | ||||
| 	   } | ||||
| 	*/ | ||||
| 	err = fmt.Errorf("not yet written") | ||||
| 	return "", err | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user