TGC Alpha 0.3 is done - It really deserves more than just a 0.1 increment 
A bunch of extra goodies added to the search filters.
And yes "search filters" is now a thing.
As all those filters have now been grouped together in an appropriately named "filter" object (this is a breaking change)
A sample search with all the boxes ticked could look like
Also - All the filters are now available for both GetSystems and GetDistances.
And they can be mixed and matched as you please.
The newly added extra filters are:
- systemname
- coordcube
- coordsphere
They should be nearly self-explantory.
If not - Heres the apidoc link: http://edstarcoordinator.com/api.html
A bunch of extra goodies added to the search filters.
And yes "search filters" is now a thing.
As all those filters have now been grouped together in an appropriately named "filter" object (this is a breaking change)
A sample search with all the boxes ticked could look like
Code:
var query= {
data: {
ver:2,
outputmode:1,
filter:{
knownstatus:0,
systemname: "sol",
cr:5,
date:"2014-09-18 12:34:56",
coordcube: [[-10,10],[-10,10],[-10,10]],
coordsphere: {radius: 123.45, origin: [10,20,30]}
}
}
};
Also - All the filters are now available for both GetSystems and GetDistances.
And they can be mixed and matched as you please.
The newly added extra filters are:
- systemname
- coordcube
- coordsphere
They should be nearly self-explantory.
If not - Heres the apidoc link: http://edstarcoordinator.com/api.html