Search results not as expected - 5-axis or substrings

Discussions about the wiki documentation of FreeCAD and its translation.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
eajmarceau
Posts: 73
Joined: Tue Feb 22, 2022 9:16 pm

Search results not as expected - 5-axis or substrings

Post by eajmarceau »

I can't do anything with this because my programming knowledge doesn't cover this area of coding. I also need to ramp up on GitHub before I can think of trying to ocntribute to the FreeCAD code in areas for which I am knowledgeable.

So, as feedback, I don't see the issue identified in my subject line mentioned anywhere that I thought to look in.

I was trying to search for the exact string "5-axis" with the "+" qualifier, and got a much larger items list than I expected. It seems that the search engine is interpreting the "-" (dash) as a field separator for search strings, rather than as part of the search string specification.

I tried using "+5-axis" on only the Path/CAM forum, I got 1230 matches, most of which did not include the specific "5-axis" identified with the "+".

When I did that on the Wiki forum, with "search" and "results", I got 20 matches that did not seem to touch on the "quality" of the search results.
But those results included one item, https://forum.freecadweb.org/viewtopic. ... ts#p165036 which seemed to touch on one of my favourite methods for searching, substrings, but for myself, I prefer the use of word heads, to allow for different noun/adjective/verb spellings.

When I looked for "+search +results +engine", I was again disappointed but, as counter-intuitive as it is, I may start doing what one posting https://forum.freecadweb.org/viewtopic. ... ne#p336910 identified as a better strategy for pin-point results, using Google to search the site.

For those who might be interested, Google provides better search results if the "https://" is not included in the quoted string for the site's domain.

Code: Select all

"5-axis" "https://forum.freecadweb.org/"
gave no results, whereas

Code: Select all

"5-axis" "forum.freecadweb.org/"
gave 299 pin-point matches.
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: Search results not as expected - 5-axis or substrings

Post by adrianinsaval »

yes the forum search function is know to be crap, so much so that if you use the "FreeCAD" forum theme it has an added searchbar that uses duck duck go to search the site
Post Reply