Comparing Two String Arrays
TLDR Andrew asked about comparing two string arrays. Jason replied that it's not possible.
Powered by Struct AI
1
2
13mo
Nov 04, 2022 (13 months ago)
Andrew
Andrew
08:02 PMIs there a way to compare two string arrays? For instance, if users have an interests array, can i compare them both to see if their interests are similar?
Jason
Jason
09:46 PMThis is not possible to do.
1
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 3011 threads (79% resolved)
Similar Threads
Query on Performance Impact Between String Array and String
Aljosa asked about performance differences between using a string array and a string. Kishore Nallan confirmed no significant impact, only minor memory overhead.
3
27mo
Solved
String vs Integer Indexing Performance
TJ inquired about performance differences between string and integer indexing. Jason explained it depends on the intended use of the field.
3
8mo
Solved
Queries for Array-Contains Filter
Andrew wanted to know if there is a parameter for an array-contains filter. Kishore Nallan provided the solution to the query.
3
14mo
Solved