Juan pablo

Results 10 comments of Juan pablo

I have the same problem :(

my code ``` javascript $('.typeahead_search').typeahead({ minLength:3, source: function(query, process){ return $.post('/ajax/search_artists', {query:query}, function(data){ return process(data) }, 'json'); }, displayText: function(data){ return ' '+data.artist+''; } }); ```

this url not work? https://data-mind-687.appspot.com/clouddrive :(

will someone have an example about this?

what is status of this?

add support with `getServerSideProps` please ```js export const getServerSideProps = async ({ query, res }) => { const { slug } = query; if (!slug && res || slug.length <...

any news?

I'm interested for this issue.