You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible change name of column custom_data into payload, blob or data.
Input search.tsv doesn't matter in this case, while the names of columns are defined in conf/sphinx/sphinx.conf script, and processed in websearch.py script - returned as JSON.
P.S. note that column date_filter is calculated with gawk command while reading input source file, and it is also returned in JSON. Changing this column requires also change in websearch.py:253 - see location of string in this repo.
The text was updated successfully, but these errors were encountered:
Possible change name of column
custom_data
intopayload
,blob
ordata
.Input
search.tsv
doesn't matter in this case, while the names of columns are defined inconf/sphinx/sphinx.conf
script, and processed inwebsearch.py
script - returned as JSON.P.S. note that column
date_filter
is calculated withgawk
command while reading input source file, and it is also returned in JSON. Changing this column requires also change inwebsearch.py:253
- see location of string in this repo.The text was updated successfully, but these errors were encountered: