Is the Search Interface on PublicNoticeAds.com Using a Query Language?

  • Thread starter Thread starter Stephen Tashi
  • Start date Start date
  • Tags Tags
    Language
AI Thread Summary
The search interface on publicnoticeads.com appears to malfunction, particularly in the "With at least one of these words" field, which seems to require all listed words instead of any. Users have reported that entering multiple words yields no results, indicating a potential issue with how queries are processed. The syntax generated resembles a Boolean expression, suggesting the interface may be using a query language that is not functioning as intended. Many users find the interface frustrating compared to more intuitive search engines like Google, which effectively handle complex queries. Overall, the discussion highlights concerns about the usability and effectiveness of the site's search functionality.
Stephen Tashi
Science Advisor
Homework Helper
Education Advisor
Messages
7,864
Reaction score
1,602
I'm trying to figure out how to use the search interface on publicnoticeads.com. In the "advanced" search screen the field "With at least one of these words" does not work correctly. It appears to require all the words you list.

For example if I set state to be NM, the county to be Dona Ana, the keyword to be "foreclosure" and the "With at least one of these words" to be "Idaho", I get some hits. However, if I put "Idaho Missouri" in that field, I get zero hits.

pubnoticesearch.jpg


That query gives the message:
You searched for: county:Dona|Ana|foreclosure+(Idaho|Missouri)
Is this the syntax of some query language? Is there a way to trick the interface into working properly?
 

Attachments

  • pubnoticesearch.jpg
    pubnoticesearch.jpg
    32.7 KB · Views: 715
Computer science news on Phys.org
That looks like a Boolean expression generated from the input form. It is doubtful you can access anything at that level. At least it indicates what it makes of the freeform inputs.

| = OR
+ = AND
() works to group expressions
: = ?

BoB
 
Did you click the link that says " View Search Tutorial"?
 
  • Like
Likes Borg
The advanced search tutorial says
-- 'With at least one of these words': This field can have multiple words and the search will find notices that have anyone word, some of the words or all the words.
which is not how the interface appears to work.
 
commas?
 
I am not surprised. Many websites have a stupid interface to their database queries - they just string all the search queries together (which means an implied "and") and send it to the database Of course you get a very small number of hits. The only thing worse is when stringing all the search queries together means an implied "or" (and you get a large amount of hits, making the query useless).

Most people are used to Google which has a very intelligent approach to search queries - people using Google do not mind getting 20 000 hits because what they are looking for is usually on the first page.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top