Database Reference
In-Depth Information
sensitive (thus both "coffee" and "Coffee" are picked up when you search on "coffee"), the
process of putting the text fields through the makemv and the mvexpand processes ends
up distinguishing on the basis of case. We could rerun the search, excluding some of the
filler words, using the code shown here:
index=twitter text=*coffee* | makemv text | mvexpand text | search NOT text="RT"
AND NOT text="a" AND NOT text="to" AND NOT text="the" | top 30 text
Search WWH ::




Custom Search