Check the Type column:
Microsoft have chosen to register .doc and .docx as completely separate file types, so searching by type will only find one or the other.
If you want to find files of both types at once, use a Name wildcard instead of searching by type.
e.g. *.(doc|docx)
would find all files with both extensions.