Search for REALLY old threads / posts


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Search for REALLY old threads / posts
# 22  
Old 01-21-2019
Update:

I added this condition to make the query "Rudi Proof":

Code:
1493       if ($vbulletin->GPC['searchdate'] AND !$vbulletin->GPC['searchbyyear'])

and I added the same fields Rudi was adding and got this:

Code:
Mon, 21 Jan 19 08:16:51 -0600  UserID: Neo logic : ["post.dateline >= 1451628000 AND post.dateline <= 1483250399","post.userid IN(302122047)"]

So now it works even with Rudi added fields is should not add Smilie

(At least for the "Find Post from" options).
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

How do i delete threads/posts?

I cannot find the option anywhere when i click on "Edit". (2 Replies)
Discussion started by: johnthebaptist
2 Replies
Login or Register to Ask a Question
NOTMUCH-COUNT(1)					      General Commands Manual						  NOTMUCH-COUNT(1)

NAME
notmuch-count - Count messages matching the given search terms. SYNOPSIS
notmuch count [options... ] <search-term>... DESCRIPTION
Count messages matching the search terms. The number of matching messages (or threads) is output to stdout. With no search terms, a count of all messages (or threads) in the database will be displayed. See notmuch-search-terms(7) for details of the supported syntax for <search-terms>. Supported options for count include --output=(messages|threads) messages Output the number of matching messages. This is the default. threads Output the number of matching threads. --exclude=(true|false) Specify whether to omit messages matching search.tag_exclude from the count (the default) or not. SEE ALSO
notmuch(1), notmuch-config(1), notmuch-dump(1), notmuch-hooks(5), notmuch-new(1), notmuch-reply(1), notmuch-restore(1), notmuch-search(1), notmuch-search-terms(7), notmuch-show(1), notmuch-tag(1) Notmuch 0.13.2 2012-06-01 NOTMUCH-COUNT(1)