-
Hi Josh,
After doing git pull on posting api branch I'm now seeing an issue where geo queries are causing a crash. See below.
Cheers!
```
00:12:08.606Z INFO posting-api: GET /v1/postings/…
-
Hi Josh,
Now that we have such little data and ebay data isn't as pure this issue seems to expose itself pretty loudly and kinda makes our search engine show "silly results". An example of this is t…
-
###### Macbook air popcat query
```
http://localhost:4043/v1/groupings/popular?query=macbook+air
```
###### Response shows vehicles and rentals as popular category
Think this is caused because popca…
-
I have approx. 65k records in my posting collection on my local machine (8gb ram, SSD, 2013 MBP). My search requests are taking fooorever.. I'm not 100% sure but I think bottleneck is caused by 2d sp…
-
```
What steps will reproduce the problem?
1. Create function group /bla/blabla
2. Try to download this function group
3. This function group will be skipped
What is the expected output? What do you …
-
###### Query
```
http://localhost:4043/v1/groupings?code=SELE
```
###### Response is showing all categories unlike documentation suggests.
```
{
"options": {
"count": 100,
"filters": {},
…
-
Returned items are not sorted by distance.
-
There is a parenthesizing bug in INTERSECT compilation when using Alf::Sequel::Compiler (works fine with Alf::Sql::Compiler).
The following script:
```
require 'alf-core'
require 'alf-sql'
require '…
-
If some jobs expire / produce errors, sometimes we want to return partial results.
Wouldn't the easiest solution be okay? This would be: return NA / empty list / NULL? Okay, i see .. since the return…