es: will show all results, include omitted ones
(Added count:10 to limit the amount of results; ext:txt as a dummy search)
To show all results, including omitted ones:
To show results, minus omited entries:
To show results *just* among omitted entries:
Another quick test that will show the amount of items per for each search:#search1 should be equal to #search2 + #search2
(not tested though)
(Added count:10 to limit the amount of results; ext:txt as a dummy search)
To show all results, including omitted ones:
Code:
es.exe count:10 ext:txt
To show results, minus omited entries:
Code:
es.exe !result-omissions: count:10 ext:txt
To show results *just* among omitted entries:
Code:
es.exe result-omissions: count:10 ext:txt
Another quick test that will show the amount of items per for each search:
Code:
es.exe -getresultcountes.exe !result-omissions: -getresultcountes.exe result-omissions: -getresultcount
(not tested though)
Statistics: Posted by NotNull — Wed May 08, 2024 7:14 pm