Skip to content

how to set the genres filed attribute? #1293

Answered by sanikolaev
l1t1 asked this question in Q&A
Discussion options

You must be logged in to vote

csvpipe_attr_string accepts strings. You can use it. If you mean splitting Adventure|Animation|Children|Comedy|Fantasy by | automatically, there's no functionality for this in Manticore. What may help though is to use csvpipe_field or csvpipe_field_string, then the value will be full-text tokenized and since | is by default a separator, each word will be a separate token and you'll be able to find it using full-text search.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@sanikolaev
Comment options

Answer selected by l1t1
@tomatolog
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants